BasicGame error

I’m new to Jmonkey engine. I started a new project with the ‘BasicGame’, but when I try to run it I get this:

Feb 05, 2013 7:37:54 PM com.jme3.system.JmeDesktopSystem initialize
INFO: Running on jMonkeyEngine 3.0.0 Beta
Feb 05, 2013 7:37:54 PM com.jme3.system.Natives extractNativeLibs
INFO: Extraction Directory: /Users/LK/Documents/Java/BasicGame1
Feb 05, 2013 7:37:54 PM com.jme3.system.lwjgl.LwjglAbstractDisplay run
INFO: Using LWJGL 2.8.4
Feb 05, 2013 7:37:54 PM com.jme3.system.lwjgl.LwjglDisplay createContext
INFO: Selected display mode: 1280 x 720 x 0 @0Hz
_NSJVMLoadLibrary: NSAddLibrary failed for /libjawt.dylib
JavaVM FATAL: lookup of function JAWT_GetAWT failed. Exit
Java Result: 255

You have to use java6 and not the latest java7 for jME3 to run on OS X. The issue is being worked on, but there is currently not a fix available.

1 Like