|
Hi folks,
Although I could build a jogl2 project for eclipse to run almost all demo with success, I strangely fail transfering jogl libs & binaries in another eclipse project. After getting the following exception, I tried to find com.jogamp.common.os.Platform in my working jogl2-eclipse project, and could not find any jar/src containing it.
Where am I supposed to find it?
Regards,
Martin
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.jogamp.common.os.Platform.getPointerSizeInBitsImpl()I
at com.jogamp.common.os.Platform.getPointerSizeInBitsImpl(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:65)
at com.jogamp.common.nio.Buffers.nativeOrder(Buffers.java:252)
at com.jogamp.common.nio.Buffers.newDirectByteBuffer(Buffers.java:67)
at com.jogamp.common.jvm.JVMUtil.<clinit>(JVMUtil.java:58)
at javax.media.nativewindow.NativeWindowFactory.<clinit>(NativeWindowFactory.java:102)
at javax.media.opengl.GLProfile.initProfiles(GLProfile.java:855)
at javax.media.opengl.GLProfile.access$000(GLProfile.java:59)
at javax.media.opengl.GLProfile$1.run(GLProfile.java:989)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:987)
at demos.vertexBufferObject.VertexBufferObject.main(VertexBufferObject.java:95)
|