UnsatisfiedLinkError: com.jogamp.common.os.Platform.getPointerSizeInBitsImpl()I

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

UnsatisfiedLinkError: com.jogamp.common.os.Platform.getPointerSizeInBitsImpl()I

Martin
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)
Reply | Threaded
Open this post in threaded view
|

Re: UnsatisfiedLinkError: com.jogamp.common.os.Platform.getPointerSizeInBitsImpl()I

gouessej
Administrator
This class is the gluegen project in src/java/com/jogamp/common/os.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: UnsatisfiedLinkError: com.jogamp.common.os.Platform.getPointerSizeInBitsImpl()I

Martin
Thanks for the hint! By the way, what means cdc in jar-cdc.jar?
Regards,
Martin
Reply | Threaded
Open this post in threaded view
|

Re: UnsatisfiedLinkError: com.jogamp.common.os.Platform.getPointerSizeInBitsImpl()I

Michael Bien
connected device configuration. only needed for mobile.

-michael

On 11/05/2010 06:15 PM, Martin [via jogamp] wrote:
Thanks for the hint! By the way, what means cdc in jar-cdc.jar?
Regards,
Martin




-- 
http://michael-bien.com/