sofiac
05-11-2009, 10:21 PM
Hi,
I want to install red5chat (http://www.red5chat.com/) in a centos box. I've installed red5 and the simple chat demo is working properly.
Initially I compiled the Application.java file without setting the class path and got some 100 errors. After setting the class path by doing
$ javac -classpath /home/auser/red5/red5.jar Application.java
I still got 13 errors & 5 warnings and in my folder red5/webapps/chat i only have the file Application.java, no jar, nothing else.
My java version is 1.6.0_13. Does anyone know what else needs to be done?
Thank you very much for any, really any, help!
Sofia
I want to install red5chat (http://www.red5chat.com/) in a centos box. I've installed red5 and the simple chat demo is working properly.
Initially I compiled the Application.java file without setting the class path and got some 100 errors. After setting the class path by doing
$ javac -classpath /home/auser/red5/red5.jar Application.java
I still got 13 errors & 5 warnings and in my folder red5/webapps/chat i only have the file Application.java, no jar, nothing else.
My java version is 1.6.0_13. Does anyone know what else needs to be done?
Thank you very much for any, really any, help!
Sofia