View Single Post
Old 01-03-2012, 11:56 PM   PM User | #11
Apothem
Regular Coder

 
Apothem's Avatar
 
Join Date: Mar 2008
Posts: 380
Thanks: 36
Thanked 25 Times in 25 Posts
Apothem is an unknown quantity at this point
The error displayed didn't have a stack trace. I downloaded the source of the program and tried to locate the error. It seems to be something related to:
if(! (new File("theirJar.jar")).canRead()) { - so I'm guessing File() is treating my "current" directory as the directory to work with, but it should really be working in the directory the jar belongs to. How would I do this?
Apothem is offline   Reply With Quote