Ok, I can export to a .jar file successfully, and the programs work, but any of my programs(that are important), that have graphical images or sound, I can export it to .jar, but it wont load any of the resources in .jar form. So how do I pack up my resources into the jar files in eclipse's export option? I have my resources in the classes folder, and it works when I run it in eclipse, but when I export it, it doesn’t work, it doesn’t load the graphics. Also are there any tips about exporting to .jar that I should know? Thank you for help.
Can you post an excerpt of the code you are using to load your resources?
As a side note, I would think not being able to find a sound/image critical to the game running would throw some sort of exception. I don’t know what the best practice in these sort of things is though; I tend to stay on the j2ee server side of things.
Hi, thank you for the help, but I actually tried that before, and it STILL does the same thing, I have it looking like this, then I defined where the main class was.