I can’t get JAR files to work with my (applet) game. I have compiled my game. The class belong to two packages: com.stefanha.games.boom and com.stefanha.games.util. Now I want to make one JAR file containing all of the classes (from both packages) plus a directory with graphics (GIF images).
I have managed to make a JAR file, but the paths were absolute paths (as in “C:\My Documents\Boom”). Can someone explain the process of creating one JAR file containing all my classes and images, and then making an HTML file that starts the applet from the JAR file?
Thanks, Stefan