By "NT WS 5.0" I assume you mean Windows 2000 Pro?  If that's the case,
Win2KPro is very picky about it's write and execute permissions for
directories and files.  You have to set the top-level directory for your
particular code to have the correct permissions for the particular user and
then set all subdirectories to inherit these permissions.  It's a known
problem.  I, for example, never could get Crystal Reports Web Component to
dynamically serve reports on Win2KPro but had no problem at all on NT 4.0
(and please, no jokes about Crusty Retorts - I had to develop a document
management system for a client and I am hating most every minute of it!).

Second, what is the stack trace for the IOException?

Cheers!
Mark

----- Original Message -----
From: "sharma Sumeet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 8:14 AM
Subject: Urgent!!!!


> 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, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to