Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a simple installer program written in Java in which I have exported, using Eclipse Helios edition, into a Jar file. The Jar file runs just fine in Windows XP, Vista and 7 just fine. However when I run it in Mac OS X 10.6.8 the program will run just fine, then when you close the program I get the error message: "Java Jar File filename.jar could not be launched. Check the Console for possible error messages." I checked the Console and there were no error messages associated with the execution of the Jar file.

I have searched high and low and have yet to find a solution, any help would be most appreciated.

Thanks in advance,

-Barrett-

share|improve this question
1  
How are you launching the JAR? What's in the JAR's manifest? – trashgod Jun 27 '11 at 1:11
How are you closing the program? Do you have a graphical UI or are you running it from the command line. Also you say installer - what files are you writing out and/or installing? – Perception Jun 27 '11 at 3:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.