Hey fella's, recently i have been creating .jar files from my java applications so i could create an executable file. After i learnt how to make one from sun microsystems i created some of my java applications as .jar files and they have worked perfectly.
Now after applying the same method as before my .jar files no longer work for some reason. I tried going back to previously made jar files and tried to remake them in the same manner as i did when i originally created the files but the same error occurred (Unable to access jarfile <filename>)
I added an attachment to demonstrate the files i have, whats in my manifest file and the code used to create the jar file.
Any help would be appreciated =).
Thanks