Hi,
I have a Java server application which runs as Windows service (jvm 1.4.1).
I also have a Java GUI application (jvm 1.4.2).
When the server is running, the GUI application doesn't start (no errors,
just hang). When the server is stopped, the applications runs without any
problem.
Any idea?
Regards
Jean-Marc
Thomas Weidenfeller - 27 Jan 2004 08:22 GMT
> Any idea?
Use a debugger to figure out where the application hangs.
/Thomas