For the past week i have been working on several projects using lwjgl and everything was fine and dandy until i tried sharing my work.
I am running 64 bit jdk and my brother runs 32 bit windows xp. on both of these computers it runs fine.
My other friend is running 64bit java but he gets an UnsatisfiedLink Error
C:\Users\Ryan>java -jar C:\Users\Ryan\Desktop\MonMapEdit\MonstersMapEditor.jar
Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError: Can't load librar
y: C:\Users\Ryan\native\windows\lwjgl.dll
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at org.lwjgl.Sys$1.run(Sys.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at dragonhawk.monsters.mapeditor.editor.EditorWindow.run(EditorWindow.ja
va:161)
at java.lang.Thread.run(Unknown Source)
i cant seem to figure out the problem , we have had him uninstall java and re install several times but still nothing.
im starting to think its something wrong with my set up.
anyone have any idea of what can be wrong?