PDA

View Full Version : Java jarfile execution problems



Rerc
June 7th, 2007, 07:36 PM
Hello.

Recently, I have noticed that my jar files, while still ececuting in terminal with (java -jar jarname.jar), will not
ececute when i right click and open with the 1.6 runtime. Nor will they run at all on a windows machine as there is a "could not acess jar" error. I have made jar files before and they excecuted fine (and still do), but any new files i make, even with the old, previously working class and manifest files, have the same problem i've described above.

I've tried installing other versions of java, reinstalling my current version, and checking my manifests, but nothing seems to work.