[java-dev] Re: FileNotFoundException
Adam Murray
adamjmurray at gmail.com
Thu May 29 10:11:11 MDT 2008
- Previous message: [java-dev] Re: FileNotFoundException
- Next message: [java-dev] OS X javac question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I normally need to use MaxSystem.locateFile() to find a file from inside an mxj object. The absolute path to the file should work too. Your error indicates it's trying to use a relative path: FileNotFoundException: ./enregitrements/benoit_25-05_perf.txt I think you'll need to figure out how to get an absolute path and/or use MaxSystem.locateFile() -- Adam Murray compusition.com
- Previous message: [java-dev] Re: FileNotFoundException
- Next message: [java-dev] OS X javac question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
