Another question: Does anyone know how to, or where to learn how to ( like some tutorials ) use the Jar Classes for loading and reading files from .jar files?
Printable View
Another question: Does anyone know how to, or where to learn how to ( like some tutorials ) use the Jar Classes for loading and reading files from .jar files?
within java a jar looks no different than seperate java files, jsut import the package and make sure that the jar is in your class path
No, not for using classes in the program, but for maybe storing images for loading, or text files. Know about that?