JBuilder 2006 fails to open Internet Explorer
Hi all,
I've been trying to open Internet explorer from an applet running in Jbuilder 2006 using this code:
java.net.URL fileUploadUrl = new java.net.URL(.........);
getAppletContext().showDocument(fileUploadUrl);
But nothing happens and I get no exceptions.
What could be the problem?
My OS is WIndows XP SP2 and I'm using IE 6.0 SP2
Thanks!!

