I have a Java app that has the requirement to pass a URL to Pocket IE and start IE. I have tried both CrEme and Jeode. Does anyone have any example code on how to do this? I have tried the following to no avail:
String myWebPage = "http://www.google.com" ;
Runtime.getRuntime().exec("\\Windows\\Start Menu\\Internet Explorer ") ;
Any ideas/suggestions would be greatly appreciated.
Thanks in advance