# Install instructions for ICQJava version 0.98 Thank you for using ICQJava. This is a Preview version that will work only with jdk1.1.3 and above to install ICQJava: If you are using a previous version of ICQJava, read "UPDATE.TXT" first. expand the compressed file you downloaded. the file should open a subdirectory ICQJava. cd into ICQJava and read LICENSE.TXT. if you agree to the terms specified in LICENSE.TXT : edit the file "install". if the environment varibale JAVA_HOME is not set to the java directory, set JAVA_HOME to the java directory. if you do not choose to install ICQJava in your home directory, change ICQ_HOME to point to the location of ICQJava. once all the variables point to the correct places : to instal ICQ, "./install" to run ICQ, "./ICQ" if you have problems with any step of the installation reffer to ICQJava.faq * If your system uses a dynamic ip, add -localip to the script file ICQ. the following command can extract your IP address: ifconfig | grep "inet addr" | grep -v "127.0.0.1" | awk '{print $2;}' | awk -F':' '{print $2;}'