aspose file tools
The moose likes Java in General and the fly likes errors when using bat file to launch .jar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "errors when using bat file to launch .jar" Watch "errors when using bat file to launch .jar" New topic
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
    
    1

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: errors when using bat file to launch .jar
 
Similar Threads
Java Web Start
run bat file within java
How do I deploy my application using a jar?
how to run a .bat file from java program.
Not able to call a bat file from JAVA