tags:

views:

23

answers:

1

Currently I have an applet that runs some command line commands. The applet will not work on random computers. The commands that seem to be causing issue are WMIC commands. The applet is signed and works on some computers but simply hangs in others(even with the same OS and Browser version). I'v done a significant amount of testing and the only command that is causing issue is the WMIC command. Is this a know issue? Is there a work around for this?

A: 

Using the advice of Ladlestein I was able to find a fix for my issue here: http://forums.sun.com/thread.jspa?threadID=777362

Tony