|
Other Unix Operating System
- Download the latest version of 123 Flash Chat Server software (without JVM) from: http://www.123flashchat.com/download.html ,
Select the file: 123flashchatserver_s.tar.gz
- Uncompress the 123flashchatserver_s.tar.gz
$ gzip -d 123flashchatserver_s.tar.gz
$ tar xf 123flashchatserver_s.tar
- ake sure Sun j2sdk 1.4.x or a newer version is already installed in your system. If it is not, it can be downloaded from: http://java.sun.com/
- Set the Java variable and edit the system PATH variable in /etc/profile:
JAVA_HOME=/usr/local/j2sdk1.4.x;export JAVA_HOME
CLASSPATH=$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
PATH=$PATH:/usr/java/j2sdk1.4.x/bin;export PATH
- Start 123 Flash Chat Server.
Remember to type all code below in a single line.
$ java classpath CLASSPATH:lib/fcserver.jar:lib/moderator.jar:lib/changenick.jar: lib/ invisibleadmin.jar:lib/serverapi.jar:lib/robotmessage.jar:lib/fclib.jar:lib/log4j.jar:
lib/jdom.jar:lib/xerces.jar com.topcmm.jchat.FCServer &
Note: For "Sun Solaris", we strongly recommend the patch for J2SDK to be installed before installing the 123 Flash Chat Server software. This will ensure the stability of the multi-thread Java application, The patch can be obtained from: http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE
|
Tip: If you are still experiencing problems and require help with installing the Java software, please contact your system administrator. Alternatively you can contact us via email at support@123flashchat.com Please make sure you include the details of your operating system environment.
If you have purchased 123 Flash Chat Server Software, please also include
your name, purchase email and user license, we'll provide a preferential support to buyer. Those who have purchased the unlimited user license version of 123 Flash Chat will get priority and will also receive a lifelong upgrade and technical support for free
. |
updated at 2008-2-28 |