Please tryI'm trying to get this chat demo up and running and I get this error message when I start it up on both a Windows machine and a Linux machine. I've set my JAVA_HOME, CLASSPATH and XMLBLASTER_HOME to no avail. I've also got the server running. What gives?
D:\xmlBlaster\lib>java -jar javaclients.chat.SimpleChat -loginName="WINDOWS" Exception in thread "main" java.util.zip.ZipException: The system cannot find the file specified at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:112) at java.util.jar.JarFile.<init>(JarFile.java:127) at java.util.jar.JarFile.<init>(JarFile.java:65)
UNIX:
java -cp $XMLBLASTER_HOME/lib/xmlBlaster.jar javaclients.chat.SimpleChat ...
Windows:
java -cp %XMLBLASTER_HOME%\lib\xmlBlaster.jar javaclients.chat.SimpleChat ...
regards
Marcel
-- http://www.xmlBlaster.org
