Forum OpenACS Q&A: Response to Is someone interested in the ACS 4.x Java Chat Module for openacs 3.2.x?

Is good David to know that it worked, well I wanted to name it as beta because I've released it quickly without checking everything carefully.

JDK 1.4 is ok, what linux are you using?

About the java stuff, its pretty easy (although I don't know really what that minor warning...)

When you have changed the appropiate *.java files, run javac *.java if you want, but what you really need to do is generate a complete applet .jar, that's the file that jchat.tcl calls.

So run this simple command in /web/yourservice/www/chat

jar cvf chat.jar chat/

This should work.