|
|
Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,336
Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|

12-06-2009, 06:07 PM
Let's run it from the command line to see if it spits out any errors. Open up Terminal (/Application/Utilities/) and type the following:
Code:
java -jar <path to jar file>
For instance, if a jar file named jarfile.jar was on my desktop, I would type:
Code:
java -jar ~/Desktop/jarfile.jar
(~ is shorthand for your home directory).
|
|
|
QUOTE
Thanks
|