I've a small Java program loaded to the client from our server through JWS. This works fine. From this program I want to call another Java program (class). This other program (called PROG) is loaded to the client by JWS and is included in a .jar file called isrun.jar. When PROG is not included in the jar, the program displays a simple test message "no prog". However, when I include PROG in the jar, I get a "Communication exception" on the server and the running program has to be terminated/killed. Originally I had two .jar files; isrun.jar and progs.jar, but then I got the same message. My conclusion is that the PROG program is found, but something is preventing the program from loading or executing. What can be the reason?
This JWS test can be found at:
http://www.i-modulas.nl/installatie/javaclient; use the test link at the end of the page saying "Veryant test".
Regards,
René
Start Free Trial