Use java.lang.Runtime.exec() . The method comes in three flavors

1.) public Process exec(String command)  throws IOException.
2.) public Process exec(String command, String[] envp)  throws
IOException.
3.) public Process exec(String[] cmdarray)  throws IOException.

Check the javadocs for the complete explanation of the api.

Cheers
Chris

"Ramesh Babu A." wrote:

> Hi,
>         How to invoke java enabled browser from my java application ?
>
>         If anybody knows pls mail it to me.
>         Thanks in advance.
begin:vcard 
n:Hinds;Christopher 
tel;fax:718-789-7906
tel;home:718-789-7906
x-mozilla-html:FALSE
org:Heuristic Systems, Inc.
version:2.1
email;internet:[EMAIL PROTECTED]
title:Chief Engineer - President
adr;quoted-printable:;;160 FIFTH AVE=0D=0ASUITE 4R;Park Slope;NY;11217;USA
x-mozilla-cpt:;0
fn:Christopher Hinds
end:vcard

Reply via email to