Results 1 to 5 of 5
Thread: Jar Files on Vista
- 01-07-2008, 11:07 AM #1
Member
- Join Date
- Dec 2007
- Posts
- 16
- Rep Power
- 0
Jar Files on Vista
Does anyone else have an issue with being able to just run (double-click) jar files on Windows Vista? For some reason it just won't work for me, I keep getting Main-Class not found errors etc. Although I'm not sure whether this is a 1.6.0 issue or a Vista issue, as I compiled the same program with the same Manifest file on version 1.5, and it runs fine on the computers at work (they haven't upgraded yet).
Just wondering if anyone could shed some light on this for me, cheers.
- 01-07-2008, 11:10 AM #2
Try searching if you could pass -jar argument to java.exe along with %1. Either through registry hack or some other method. It is definitely vista's problem
dont worry newbie, we got you covered.
- 01-07-2008, 11:33 AM #3
Member
- Join Date
- Dec 2007
- Posts
- 16
- Rep Power
- 0
Thought as much. I've just been creating batch files for each jar I've been wanting to run. Not the most ideal method but I guess it'll do for the time being.
The reason I wanted to know was just incase it was a problem with just my setup or if it was all vista installations. Students are mainly going to be using the program I've written, and no doubt they all got laptops (with vista installed) for christmas, and it sounds like it isn't going to run without this batch file :(
- 01-09-2008, 03:26 AM #4
You need to associate the .jar files with the javaw.exe.
Such as you associate the .jpg files with ACDSee.
When next time you double-click the jar file, Vista will use javaw.exe to open the file, and your app will be launched!
- 01-09-2008, 06:19 PM #5
Member
- Join Date
- Dec 2007
- Posts
- 16
- Rep Power
- 0
Similar Threads
-
Writing to files within jar files
By erhart in forum Advanced JavaReplies: 0Last Post: 02-04-2008, 02:50 AM -
Text and image files within jar files
By erhart in forum Advanced JavaReplies: 8Last Post: 01-19-2008, 04:43 AM -
how to convert mpeg files to .wav files
By christina in forum New To JavaReplies: 1Last Post: 08-06-2007, 04:14 AM -
convert xls files into pdf files
By bbq in forum New To JavaReplies: 3Last Post: 07-20-2007, 03:56 AM -
War Files
By thauber in forum New To JavaReplies: 0Last Post: 07-16-2007, 06:57 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks