Exception in thread "main" java.lang.UnsatisfiedLinkError: org.lwjgl.DefaultSysImplementation.getPointerSize()I -


at first looks duplicate of 9 other questions, mine unique. , no amount of answers have fixed it. working jlwgl.

exception in thread "main" java.lang.unsatisfiedlinkerror:     org.lwjgl.defaultsysimplementation.getpointersize()i     @ org.lwjgl.defaultsysimplementation.getpointersize(native method)     @ org.lwjgl.sys.<clinit>(sys.java:113)     @ org.lwjgl.opengl.display.<clinit>(display.java:135)     @ renderengine.displaymanager.createdisplay(displaymanager.java:30)     @ enginetester.maingameloop.main(maingameloop.java:11) 

no amount of googling has revealed cause. have followed several tutorials letter. natives folder set up. yes still bug! sooo frustrating!

i had same issue today when trying run slick2d application. issue came up, think, because used 2 different versions of lwjgl. using maven, slick2d came dependency lwjgl 2.9.1 while natives provided came 3.0. downloaded 2.9.1 natives solved issue me.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -