asafbibas / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

java.lang.LinkageError #439

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I get this with the latest update of JMP on a mac. None of my project is 
working and a newly created BasicGame won't make it either. 

2011-nov-24 22:31:24 com.jme3.system.JmeSystem initialize
INFO: Running on jMonkeyEngine 3.0.0 Beta
2011-nov-24 22:31:24 com.jme3.system.Natives extractNativeLibs
INFO: Extraction Directory: /Users/kwando/jMonkeyProjects/ErrorGame
Exception in thread "LWJGL Renderer Thread" java.lang.LinkageError: Version 
mismatch: jar version is '22', native library version is '21'
    at org.lwjgl.Sys.<clinit>(Sys.java:118)
    at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:204)
    at java.lang.Thread.run(Thread.java:680)
BUILD SUCCESSFUL (total time: 4 seconds)

Original issue reported on code.google.com by hannes.n...@me.com on 24 Nov 2011 at 9:34

GoogleCodeExporter commented 8 years ago
Please use the forum for troubleshooting.

Original comment by normen667 on 24 Nov 2011 at 9:37