[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] Problem getting chat demo to run



Helding, Stephen wrote:
I'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)


Please try

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