Posted By:
sudha_rama
Posted On:
Tuesday, April 17, 2001 02:13 AM
hello everybody,
i am creating a tool called reportgenerator in which i have a
gui..in the gui i have a button which should open the usermanual.html
file...which is there in the same directory as the .java file is .
the command i used is
Runtime.getRuntime.exec("netscape.exe USER_MANUAL.html");
i could get the netscape because i have set the path of netscape.exe
.....how does the program execute i install this tool on a different machine..
the command should locate netscape.exe in that system and open the user_manyal.html.
how can it do that
reply as soon as possible
sudha