I apologize for bringing this problem up again, as I have seen it seems to happen to many people. I have followed many tutorials on how to set up slick and lwjgl. I have added both of the jars to the referenced libraries, i even added lwjgl.util.jar just in case I needed it. I even added an archive of the lwjgl.dll into the workspace that I was currently in for the test I was running and I still seem to get an error.
I am decently sure I have an updated version of the .dll, since I downloaded the most updated versions of both slick and lwjgl
I have the most updated drivers for openGl, I know it must be some small oversight on my end, but it is a very aggravating problem.
Code:
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.lwjgl.DefaultSysImplementation.getPointerSize()I
at org.lwjgl.DefaultSysImplementation.getPointerSize(Native Method)
at org.lwjgl.Sys.<clinit>(Sys.java:113)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:36)
at basicGame.basicGame.main(basicGame.java:30)
http://i.imgur.com/ZElY3.jpgPicture of my current Eclipse screen, with error, code, and referenced libraries, (includes the .dll's because the native library for lwjgl.jar is my workspace.)