I'm having trouble getting jme installed on a MacBook with OS X 10.6 with an intel processor. Because of installation restrictions at my university I've downloaded the prebuilt libraries from Google code. Then I've made sure that the Java Preferences are set to 32bit. My Eclipse is 3.5. I have the libraries setup like this:

When I run I get the following Error when trying to run the hello world program:
2009-12-06 19:59:02.580 java[480:a703] *** -[NSConditionLock unlock]: lock (<NSConditionLock: 0x1001949c0> '(null)') unlocked when not locked
2009-12-06 19:59:02.581 java[480:a703] *** Break on _NSLockError() to debug.
2009-12-06 19:59:02.583 java[480:a703] *** __NSAutoreleaseNoPool(): Object 0x1016166e0 of class NSCFNumber autoreleased with no pool in place - just leaking
2009-12-06 19:59:02.684 java[480:a703] *** -[NSConditionLock unlock]: lock (<NSConditionLock: 0x101669c90> '(null)') unlocked when not locked
2009-12-06 19:59:02.685 java[480:a703] *** Break on _NSLockError() to debug.I know from reading the forums that this has to do SWT so I've deleted all of the other folders native folders (Window/Linux/OS X Carbon) from the jme folder. I'm a beginner (I don't have much experience outside of the standard Java libraries), so be I need some gentle help.
Can you see what I'm missing?
Thank you, I really appreciate any help.
-Nick