| View previous topic :: View next topic |
| Author |
Message |
Vitaliy
Joined: 01 Sep 2009 Posts: 3
|
Posted: Fri Oct 02, 2009 8:15 pm Post subject: JIG on mac |
|
|
When I try to run JIG project on a mac, Eclipse spits out
| Code: | INFO: Capping the frame rate at approximately: 200.0 fps
2009-10-02 13:09:23.118 java[763:903] [Java CocoaComponent compatibility mode]: Enabled
2009-10-02 13:09:23.120 java[763:903] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
2009-10-02 13:09:23.812 java[763:d103] *** -[NSConditionLock unlock]: lock (<NSConditionLock: 0x100680860> '(null)') unlocked when not locked
2009-10-02 13:09:23.813 java[763:d103] *** Break on _NSLockError() to debug. |
Is this the part where Cocoa doesn't like .jar files? |
|
| Back to top |
|
 |
jamesvanboxtel
Joined: 12 May 2007 Posts: 30
|
Posted: Sat Oct 03, 2009 7:25 am Post subject: |
|
|
What version of java are you running? It works on my mac with the newest 1.6 java from Apple.
(check for software updates is how you get the newer version) |
|
| Back to top |
|
 |
Vitaliy
Joined: 01 Sep 2009 Posts: 3
|
Posted: Sun Oct 04, 2009 9:44 pm Post subject: |
|
|
| Apparently it's the eclipse thing. The compiled code runs fine from command line outside of eclipse. Probably some new "feature" in the Galileo edition. |
|
| Back to top |
|
 |
S. Wallace
Joined: 19 Mar 2007 Posts: 49
|
Posted: Mon Oct 05, 2009 11:03 pm Post subject: |
|
|
| Right, I think this is the issue I had with the one of the library files included with the jig jar. If you unpack the jar, I think life will be ok. |
|
| Back to top |
|
 |
|