I get this error when trying to compile Minecraft in Eclipse:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at org.lwjgl.Sys$1.run(Sys.java:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:87)
at org.lwjgl.Sys.<clinit>(Sys.java:117)
at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2995)
at net.minecraft.client.main.Main.main(Main.java:39)
at Start.main(Start.java:10)
Google isn't being much help, so I've tried copying the .minecraft/libraries/org/lwjgl folder into MCP's jars/libraries/org folder, replacing it, but that hasn't done anything. It probably doesn't help much that I don't have a clue what lwjgl means. What are some things to try to get rid of this error?
A few more things to note, I had to change all of the locations for the libraries from Client\jars\etc to C:\Users\...\jars\etc instead of the normal few most people seem to have, as well as changing the src folder location the same way. I also have like 1000 warnings which is concerning.
I get this error when trying to compile Minecraft in Eclipse:
Google isn't being much help, so I've tried copying the .minecraft/libraries/org/lwjgl folder into MCP's jars/libraries/org folder, replacing it, but that hasn't done anything. It probably doesn't help much that I don't have a clue what lwjgl means. What are some things to try to get rid of this error?
A few more things to note, I had to change all of the locations for the libraries from Client\jars\etc to C:\Users\...\jars\etc instead of the normal few most people seem to have, as well as changing the src folder location the same way. I also have like 1000 warnings which is concerning.