I created a game and i wanted to create a jar. So i used Fat Jar Eclipse Plugin to create one http://fjep.sourceforge.net/
However, When i open it up, i just see a blank screen. To get my images im using commands like
new File(System.getProperty("user.dir") + "/Images/MainMenu/MainMenuButton_1.PNG"
So im am unsure why it is not working.
Edit: I figured out that it works if it is in the same directory as my project How to i get it so it doesnt have to be