|
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?
|