Hello,
i got some problems:
i was developing some stuff with an older version of lwjgl under win2k - after win crashed and im pi*ed off i moved to linux (again).
Now i dl the newest version of lwjgl (+ that optional stuff like devil) and tried to get it running.
The SpaceInvaders-Testgame is working, but when im trying to run my own stuff it says:
Exception in thread "main" java.lang.LinkageError: Version mismatch: jar version is '8', native libary version is '7'
at org.lwjgl.Sys.<clinit>(Sys.java:105)
at org.lwjgl.opengl.Display.<clinit>(Display.java:108)
at Game.init(Game.java:80)
at Game.main(Game.java:34)
compiling works - but after ...
Could it be, that the linux-natives are not been updated or something?
Could somebody help me out?
