Kirk, I'm not clear about your problem. Is it: 1. The third party file can't read a file somewhere outside the jar when the third party lib is packed in a jar?
... Sounds like just a very poorly written library that uses java.io.File instead of Resources and Streams. I'd be suspicious of the quality of the library in
When I've ran into this problem before, I've check the source of the 3rd party lib (decompiling if I have to) to see if there's a workaround. It might also be
Hi all, Happy holidays! I'm having a problem with a 3rd party library that needs to read data from a file. I'm looking to distribute the application as an
Hmm, Thats a new one after 10 years of Java. You can't name a package with a keyword. Yes I knew it was a keyword but would not have guessed you couldn't do