Sorry to start a second thread.
Now I have a big problem. :(
try {
Runtime rt = Runtime.getRuntime();
Process p = rt.exec("C:/Program Files/Internet Explorer/iexplore.exe D:/Travel Agency/userguide/tutorial.htm");
}
catch (Exception exe) {
}
}
This works perfectly to bring up the tutorial.html using IE. But provided that my IE is at that C:/Program blah blah blah path and my tutorial is at that path. Whenever i change to different locations, i have to edit it. Any idea how to solve this problem?