Generic Installer Instructions
OS/2 Warp Instructions:
Instructions
- After downloading, type
jre -nojit -cp jftp_1_0.zip install
- Or you can type
CLASSPATH=jftp_1_0.zip
java -nojit install
Notes
- You must already have Java 1.1.7 or later installed. You
can download Java from IBM's site
- In a console window, change to the directory where you
downloaded
jftp_1_0.zip to before running the installer
All Other Platforms
Instructions:
Instructions (Unix or Unix-like operating
systems)
- After downloading, type
jre -nojit -cp jftp_1_0.zip install
- If that doesn't work, try
jre -nojit -classpath [path to]classes.zip:jftp_1_0.zip
install
- If that doesn't work either, on sh-like shells, try
cd [to directory where jftp_1_0.zip is located]
CLASSPATH=[path to]classes.zip:jftp_1_0.zip
export CLASSPATH
java -nojit install
- Or for csh-like shells, try
cd [to directory where jftp_1_0.zip is located]
setenv CLASSPATH [path to]classes.zip:jftp_1_0.zip
java -nojit install
Instructions (for other platforms)
- You must already have Java 1.1 installed. You can download
Java from the JavaSoft website.
- In a console window, change to the directory where you
downloaded
jftp_1_0.zip to before running the installer
- Your operating system may invoke Java in a different way.
To start the installer, add
jftp_1_0.zip to your CLASSPATH,
then start the main class of the installer named install
[ Back to Download Page
] |