Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, June 10, 2006 04:24 PM
I would like to know if we can open Internet Explorer through Java application
Of course (IF the app is running on a Windows box, with a graphics context e.g. someone logged in interactively on the console, not running as a service, not running headless etc.) you can use a Runtime.exec, to invoke the internet explorer application (or any other browser, as long as it's installed on the box), and tell it the url to open.