| Author |
Unable to launch Swing apps
|
Shiva Rajkumar Dhanuskodi
Greenhorn
Joined: May 22, 2006
Posts: 1
|
|
Unable to launch Swing application on client machine using Java Web Start and JDK 1.4.2_11. The jar was properly signed and it was working fine with the earlier versions of Java. When I run the same application with JDK 1.4.2_11, the system simply hangs up. Please advise. [ May 22, 2006: Message edited by: Shiva Rajkumar Dhanuskodi ]
|
 |
Carl Trusiak
Sheriff
Joined: Jun 13, 2000
Posts: 3340
|
|
Enable the console window on the client machine and view the what logs. Also, you can enable Remote Debugging and step through the application to see what is causing your problem. http://www.netbeans.org/kb/articles/matisse-jaws.html#_9
|
I Hope This Helps
Carl Trusiak, SCJP2, SCWCD
|
 |
Sudeep Agrawal
Ranch Hand
Joined: May 31, 2006
Posts: 34
|
|
Some exception might be thrown , which perhapse you are not dealing with correctly. Try enabling the console, to see the cause .
|
 |
 |
|
|
subject: Unable to launch Swing apps
|
|
|