hi All
 i wna open IE from java Application  it works on My machine NT SERVER 4.0
IE Version 4.0


This code goes on to open IE for me ......on my machine but ir does not work
on
NT WS and with Version 5.0
try{
Runtime.getRuntime().exec("explorer.exe C:\\Program
Files\\iNetBilling\\sisl\\inetbill\\Help\\Help1.htm");
}catch(java.io.IOException io){
io.printStackTrace();
}


This code nither works on my machine NT Server nor on NT WS
try{
Runtime.getRuntime().exec("iexplore.exe C:\\Program
Files\\iNetBilling\\sisl\\inetbill\\Help\\Help1.htm");
}catch(java.io.IOException io){
io.printStackTrace();
}

gives me IOException



regards
sumeet

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to