Hi,
Seems that you have build the Java client without using progruard if you look to java instruccions it say:
Code:
The application can be found in the file lib\ChatDemoGUI.jar.
If you built this JAR file using ProGuard, it is completely self-
contained and has no external dependencies, in which case you can
start the client with the following command:
> java -jar lib\ChatDemoGUI.jar
If you compiled the client without ProGuard, you will need to add
Ice.jar, ChatDemoGUI.jar, and the JGoodies libraries to your
CLASSPATH. You can start the client with this command:
> java ChatDemoGUI.MainView
So you should configure your CLASSPATH as explained or rebuild the java client with proguard in your classpath so the self contained jar could be created.
Hope this help,
José