| Author |
errors when using bat file to launch .jar
|
Jeremy James Brown
Greenhorn
Joined: Mar 24, 2011
Posts: 27
|
|
I am facing a strange issue. My code runs just fine from Netbeans or cmd with
but when I try to run it from the .bat
I get just error in my text file
or a null pointer exception at the line I have new FileReader(nrmavg.txt)
I can provide more code if needed, but I think this may be a windows problem.
Any ideas?
|
 |
Stephan van Hulst
Bartender
Joined: Sep 20, 2010
Posts: 3056
|
|
|
This is a guess, but the file you're trying to read is probably in some folder relative to your working directory, and the working directory is different when you run the code from your batch file.
|
 |
 |
|
|
subject: errors when using bat file to launch .jar
|
|
|