java - UnsatisfiedLinkError Libgdx Desktop -
i running issues libgdx on desktop. keep getting following error when trying launch application: exception in thread "main" java.lang.unsatisfiedlinkerror: com.badlogic.gdx.utils.bufferutils.newdisposablebytebuffer(i)ljava/nio/bytebuffer; @ com.badlogic.gdx.utils.bufferutils.newdisposablebytebuffer(native method) @ com.badlogic.gdx.utils.bufferutils.newunsafebytebuffer(bufferutils.java:288) @ com.badlogic.gdx.graphics.glutils.vertexarray.<init>(vertexarray.java:62) @ com.badlogic.gdx.graphics.glutils.vertexarray.<init>(vertexarray.java:53) @ com.badlogic.gdx.graphics.mesh.<init>(mesh.java:148) @ com.badlogic.gdx.graphics.g2d.spritebatch.<init>(spritebatch.java:173) @ com.badlogic.gdx.graphics.g2d.spritebatch.<init>(spritebatch.java:142) @ com.badlogic.gdx.graphics.g2d.spritebatch.<init>(spritebatch.java:121) @ com.badlogic.gdx.graphics.g2d.spritebatch.<init>(spritebatch.java:115) i have following libraries added project: gd...