getRuntime().exec Doesn't Work in FireFox.
I've written an Applet that uses Runtime.getRuntime().exec( "rundll32 url.dll,FileProtocolHandler " + url); to open a new browser window. I've tested this in every browser I could (Opera, Chrome, IE, etc...)
The Applet fails to open a new browser when Run in Firefox. Regardless of the Default Browser in the system. (I can load firefox, but only from another browser).
I've implemented getRuntime().exec in order to work around the ShowDocument pop-up blocked issue. I hope this made sense, and that I described my particular issue well enough.
-cheers
-wes