images in a jar
When simply packaging a one class application
e.g
jar cmf manifest.mf run.jar myPackage
manifest.mf:
Manifest-Version: 1.0
Main-Class: myPackage.MyClass
If the class used images, how do u add the images to the jar?
currently the jar needs to be in the same folder as the images 4 them to work

