Jump to content

Recommended Posts

Posted

Hey,

 

So, I'm working on a mod...

Started out on windows, but switched over to Ubuntu last night. Now I can't run the client from inside of eclipse. Just get the following error:

2012-10-25 15:10:55 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.1.35.394 for Minecraft client:1.3.2, server:1.3.2 loading
2012-10-25 15:10:56 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:601)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:111)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.main(Minecraft.java:2112)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at Start.main(Start.java:29)
2012-10-25 15:10:56 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1856)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at java.lang.Runtime.loadLibrary0(Runtime.java:845)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at java.lang.System.loadLibrary(System.java:1084)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at org.lwjgl.Sys$1.run(Sys.java:72)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at java.security.AccessController.doPrivileged(Native Method)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at org.lwjgl.Sys.loadLibrary(Sys.java:81)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at org.lwjgl.Sys.<clinit>(Sys.java:98)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2423)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.fmlReentry(Minecraft.java:2122)
2012-10-25 15:10:56 [iNFO] [sTDERR] 	... 8 more

 

Any help is much appreciated.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.