Hey everybody! I'm new to modding, and I was learning how to, and I actually created something somewhat decent. It was all working fine, but I didn't start it on my own computer, as I using the computer of the person who was teaching me. I was modding with eclipse, and ran it to make sure it worked every once in a while. So, once I had gotten the hang of modding, I wanted to take my mod to my own computer and work on it myself. So I put my code on a flash drive, bring it home, plugged it into my computer, copied the files over, and launched eclipse. I ran the code just to make sure that everything was still working, but it wasn't. I hand't edited it at all since I last ran it, but it wasn't working! My first though was that it was because I was using an older version of eclipse than I wrote it on, using Eclipse Indigo instead of Juno. So I updated, and tried to run it again, but the exact same error! So now, as my last hope I turn to the forums. One of my thoughts is that I originally wrote it on a windows, but transferred it to a mac, I'm almost positive that shouldn't affect it, but it is still a possibility. When I hit the run button in eclipse, I see a java app icon appear in my toolbar, but about a second later it disappears, and in the console of eclipse, this crash report appears:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1045)
at org.lwjgl.Sys$1.run(Sys.java:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
at org.lwjgl.Sys.loadLibrary(Sys.java:81)
at org.lwjgl.Sys.<clinit>(Sys.java:98)
at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2600)
at net.minecraft.client.Minecraft.main(Minecraft.java:2188)
at Start.main(Start.java:22)
Correct me if I'm wrong, but "main" is the actual class that runs minecraft, and something called lwjgl appears to be missing, and it is used in some way by the class "main." I'm not sure how to fix this, but if anyone has any ideas that would be great! By the way, I used the Minecraft Coder Pack(I'm pretty sure that's the only way to mod, but mentioned it just in case), and I am using ModLoader and NOT Minecraft Forge. Thanks for reading this, and if you responded, thanks!
I think the forum rules said I was allowed to bump this every 12 hours, but if I misread that (I don't know how I could've) I'm sorry, I don't mean to disobey. So anyway: BUMP.
EDIT: Does editing a post bump the page? If so "bump" again.
Correct me if I'm wrong, but "main" is the actual class that runs minecraft, and something called lwjgl appears to be missing, and it is used in some way by the class "main." I'm not sure how to fix this, but if anyone has any ideas that would be great! By the way, I used the Minecraft Coder Pack(I'm pretty sure that's the only way to mod, but mentioned it just in case), and I am using ModLoader and NOT Minecraft Forge. Thanks for reading this, and if you responded, thanks!
EDIT: Does editing a post bump the page? If so "bump" again.