Access to files winthin a Jar

I have a program that looks for files in its current directory. So the files its looking for are always there. When I Jar it all up, is there a way to have the program look for the files in the JAR?Thanks,Marcus
[232 byte] By [Mag748a] at [2007-11-26 19:10:31]
# 1
You want Class.getResourceAsStream(). There's plenty of examples in the forum and on the web if you get stuck.Ted.
ted_trippina at 2007-7-9 21:06:35 > top of Java-index,Java Essentials,New To Java...