Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Not Found error
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01357513
Message ID:
01357568
Views:
14
That did it. Thanks!


>The Process.Start method has another overload that takes command arguments. Try:
>
>string sApp = @"C:\Program Files\Java\jdk1_6_10\bin\javac";
>string sArg = @"c:\myjava\Test.java";
>System.Diagnostics.Process.Start(sApp, sArg);
>
>
>
>>I was just playing around, and I tried this:
>>
>>
>>string sCommand = @"C:\Program Files\Java\jdk1_6_10\bin\javac c:\myjava\Test.java";
>>System.Diagnostics.Process.Start(sCommand);
>>
>>
>>And I get "The system cannot find the specified file"
>>
>>If I leave off the "c:\myjava\Test.java", then the java compiler options are displayed, so that's not the part it can't find. I have verified that the .java file is there.
>>
>>I created a batch file with this in it:
>>
>>"C:\Program Files\Java\jdk1_6_10\bin\javac" "c:\myjava\Test.java"
>>
>>
>>I ran it and it compiled the file fine.
>>
>>I'm guessing it has something to do with the space in the file paths.
>>
>>Anyone know what's wrong?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform