Posted October 20, 201213 yr Hey guys its me again, so im having some problems running minecraft with eclipse basically when i hit the start button it opens the minecraft test but now it doesnt and in the lines of eclipse i get this error: 2012-10-20 10:06:33 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.1.50.400 for Minecraft client:1.3.2, server:1.3.2 loading 2012-10-20 10:06:34 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException 2012-10-20 10:06:34 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-10-20 10:06:34 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 2012-10-20 10:06:34 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2012-10-20 10:06:34 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:597) 2012-10-20 10:06:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:111) 2012-10-20 10:06:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26) 2012-10-20 10:06:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2112) 2012-10-20 10:06:34 [iNFO] [sTDERR] at Start.main(Start.java:29) 2012-10-20 10:06:34 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path 2012-10-20 10:06:34 [iNFO] [sTDERR] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758) 2012-10-20 10:06:34 [iNFO] [sTDERR] at java.lang.Runtime.loadLibrary0(Runtime.java:823) 2012-10-20 10:06:34 [iNFO] [sTDERR] at java.lang.System.loadLibrary(System.java:1045) 2012-10-20 10:06:34 [iNFO] [sTDERR] at org.lwjgl.Sys$1.run(Sys.java:73) 2012-10-20 10:06:34 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method) 2012-10-20 10:06:34 [iNFO] [sTDERR] at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) 2012-10-20 10:06:34 [iNFO] [sTDERR] at org.lwjgl.Sys.loadLibrary(Sys.java:95) 2012-10-20 10:06:34 [iNFO] [sTDERR] at org.lwjgl.Sys.<clinit>(Sys.java:112) 2012-10-20 10:06:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2423) 2012-10-20 10:06:34 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.fmlReentry(Minecraft.java:2122) 2012-10-20 10:06:34 [iNFO] [sTDERR] ... 8 more
October 23, 201213 yr Did you copy the WHOLE bin directory into jars?? Your LWJGL natives are missing. They should be in <mcp folder>/jars/bin/natives Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.