This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
open ie from java application
Posted by ravi on July 04, 2001 at 7:45 AM
try Runtime rt = Runtime.getRuntime(); Process p = rt.exec("iexplore.exe ur URL"); p.waitFor(); > > How to open InternetExplorer from a java application with a URL > > in its address bar?Please reply me immedietely as i'm stand still at this stage.
> > Try this link www.javaspace.com...,there u can find a similar question being answered or if u want i can send u an example code.. > Thanks & Have a nice day > Veera
Replies:
|