This is how I currently compile my code:
jar cvf client.jar tileGen.class tileGen$GamePanel.class Player.class
Well let's say I have a folder called \line_tile| and i want to put in that jar file all of the png files... like this. \line_tile*.png maybe? So in the Jar file it would be my tileGen, tileGen$GamePnale, and player classes then a new folder called \line_tile\ and inside THAT ... I would have my tile images.... maybe you can help?
I don't know...