posted 20 years ago
How do you access the files? Please, post your code!
Generally, it should be not a problem, to read files from a jar-file.
If you read the jars content via the classloader (getClass().getResource()), then you have to ensure, that the jar is on your classpath.
I know, this is maybe not a very usefull answer, but perhaps a point of starting for you.
Post your code and we can help you with your special problem.
stefan
[ April 14, 2005: Message edited by: Stefan Willi ]