I want to use LWJGL in an Eclipse RCP application, but either using the plug-in from http://lwjgl.org/update or manually placing the jars in the classpath and adding Bundle-NativeCode entries, my application hangs at startup after having logged:
!ENTRY org.lwjgl 1 1 2011-12-11 00:27:11.122 !MESSAGE Set org.lwjgl.librarypath to /Users/thsoft/Development/workspace/org.lwjgl/native/macosx, OS: mac os x(x86_64) 2011-12-11 00:27:11.144 java[43495:407] [Java CocoaComponent compatibility mode]: Enabled 2011-12-11 00:27:11.145 java[43495:407] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
I do have -Dorg.lwjgl.librarypath=/Users/thsoft/Development/MRP/org.lwjgl/native/macosx among the VM arguments of the launch configuration.
(I can use LWJGL in a plain Java project without problem, the issue occurs only in the case of a plug-in project. I'm on OS X 10.7.2.)
Has anyone succeeded to create an RCP application using LWJGL?