|
 |
 |
 |
JFTP
Installation Guide
This manual contains the instructions to install JFTP on various supported
platforms. Please read this manual carefully before installing JFTP. If you
have trouble with installing or have any questions, please contact the support
team at .
Installing on Windows 95/98/ME/NT/2000/XP
Installing on Linux
Installing on Solaris
Installing on Unix
Installing on Unix-like operating systems
Installing on all other platforms
Windows Instructions
- After downloading, double-click jftp12_win32.exe and follow the instructions
- In the "Choose Java Virtual Machine" step, make sure to select
"Install Java VM specifically for this application". This will install JRE
1.2.2 on to your system along with the JFTP software
- Press "Install" button to start installing the software
Linux Instructions
- Make sure you have properly installed JRE 1.2 or later on your machine
(JRE 1.2.2 is strongly recommended). If you have not installed JRE yet, you can
download the it from Sun's Java Web Site - http://java.sun.com/products/
- After downloading "jftp12.bin" open a shell and, cd to the directory where
you downloaded the installer.
- At the prompt type:
sh ./jftp12.bin and follow the
instructions on the screen.
Solaris Instructions
- Make sure you have properly installed JRE 1.2 or later on your machine
(JRE 1.2.2 is strongly recommended). If you have not installed JRE yet, you can
download it from Sun's Java Web Site - http://java.sun.com/products/
- After downloading jftp12.bin open a shell and, cd to the directory where you
downloaded the installer.
- At the prompt type:
sh ./jftp12.bin and follow the instructions
on the screen.
Unix Instructions
- Make sure you have properly installed JRE 1.2 or later on your machine
(JRE 1.2.2 is strongly recommended). If you have not installed JRE yet, you may
download the latest JRE from Sun's Java Web Site - http://java.sun.com/cgi-bin/java-ports.cgi
- After downloading jftp12.bin, open a shell and, cd to the directory where you
downloaded the installer. At the prompt type:
sh ./jftp12.bin and
follow the instructions on the screen.
Instructions for Unix-like operating systems
- Make sure you have properly installed JRE 1.2 or later on your machine
(JRE 1.2.2 is strongly recommended). If you have not installed JRE yet, you may
download it from Sun's Java Web Site - http://java.sun.com/cgi-bin/java-ports.cgi
- After downloading jftp12.jar, type
java -jar jftp12.jar
- If that does not work, try
java -classpath [path to]classes.zip:jftp12.jar install
- If that does not work either, on sh-like shells, try
cd [to directory where jftp12.jar is located]
CLASSPATH=jftp12.jar
export CLASSPATH
java install
- Or for csh-like shells, try
cd [to directory where jftp12.jar is located]
setenv CLASSPATH jftp12.jar
java install
- After installation is complete, for launching JFTP, add jftp12.jar to
your class path and start the main class named JFTP
Instructions for other platforms
- Make sure you have properly installed JRE 1.2 or later on your machine
(JRE 1.2.2 is strongly recommended). If you have not installed JRE yet, you may
download it from Sun's Java Web Site - http://java.sun.com/cgi-bin/java-ports.cgi
- In a console window, change to the directory where you downloaded jftp12.jar
to before running the installer
- Your operating system may invoke Java in a different way. To start the
installer, add jftp12.jar to your CLASSPATH, then start the main class of the
installer named
install
- After installation is complete, to launch JFTP, add
JFTP.jar to your class
path and start the main class named JFTP
|
 |