![]() |
Installation |
These JavaBeans are designed to be compliant with 100% Pure Java requirements, and will therefore execute on any hardware platform that supports the Java Environment.
233 KB of disk space is required to install the jar files for the POP3 suite of beans . Additional hard disk space would be required to install the Java Development Kit, Bean Development Kit or any Java Application Builder Tool which may be used to build / compile applications using these beans.
The POP3 suite of beans are designed to work with Java Development Kit Version 1.1 and above.
These beans may be linked to each other and tested in the BeanBox testing tool from JavaSoft. Any Java Application Builder (e.g. VisualAge for Java from IBM Corp, VisualCafé from Symantec Corp., Java Workshop from SunSoft) with JavaBeans support may be used to develop applications using these beans.
WINDOWS CLASSPATH
After installing the software, update the CLASSPATH environment variable as follows.
pop3\lib\pop3.ui.jar;pop3\lib\pop3.protocol.jar;pop3\lib\pop3.decoder.jar
To change the CLASSPATH, open the AUTOEXEC.BAT file and make the change to the CLASSPATH statement. (Be sure to make a backup of your AUTOEXEC.BAT before making any changes).
Set the CLASSPATH to point to
pop3\lib\pop3.ui.jar;pop3\lib\pop3.protocol.jar;pop3\lib\pop3.decoder.jar
For example if pop3 is installed under C:\ then set CLASSPATH as (Add the following line to the end of the AUTOEXEC.BAT file.)
CLASSPATH = C:\pop3\lib\pop3.ui.jar;pop3\lib\pop3.protocol.jar;pop3\lib\pop3.decoder.jar;%CLASSPATH%
AIX CLASSPATH
After installing the software, update the CLASSPATH environment variable as follows.
Open the .profile file and set the CLASSPATH environment variable. (Be sure to take a backup of your .profile before making any changes.)
Set the CLASSPATH to point to
pop3/lib/pop3.ui.jar:pop3/lib/pop3.protocol.jar:pop3/lib/pop3.decoder.jar
For example if pop3 is installed under your home directory then set CLASSPATH as - (Add the following line to the .profile file.)
export CLASSPATH = pop3/lib/pop3.ui.jar:pop3/lib/pop3.protocol.jar:pop3/lib/pop3.decoder.jar;$CLASSPATH
OS/2 CLASSPATH
After installing the software, update the CLASSPATH environment variable as follows
Set the CLASSPATH to point to
pop3\lib\pop3.ui.jar;pop3\lib\pop3.protocol.jar;pop3\lib\pop3.decoder.jar
For example if POP3 is installed under C:\, then set CLASSPATH as (add the following lines to the CLASSPATH environment variable of the config.sys file.)
c:\pop3\lib\pop3.ui.jar; c:\pop3\lib\pop3.protocol.jar;c:\pop3\lib\pop3.decoder.jar;%CLASSPATH%