Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I execute an IE browser window from within my java application?

I am programming a java application that requires me to execute a browser application and point to a specific web site. How can I do this? I cannot seem to find any examples on the web.
0 Kudos
Message 1 of 2
(2,922 Views)
Hi Heals,

This forum is for discussing Measurement Studio for Visual Basic and is not really a good place to ask general purpose Java questions. I suggest searching one of the comp.lang.java.* newsgroups at http://groups.google.com/.

Off the top of my head, though, I would say take a look at the Runtime.exec method.

- Elton
0 Kudos
Message 2 of 2
(2,922 Views)