Jump to content

[1.8] java.library.path in Netbeans


BrazenDynamo

Recommended Posts

I'm literally just about to start learning about coding in Forge- however, since I'm fairly new to all this, I don't know how to set up the workspace in Netbeans. After importing the Eclipse project into Netbeans, I configure the project properties like so:

 

Main Class: net.minecraft.launchwrapper.Launch

Arguments: --version 1.8 --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker

 

I started following the steps from another forum post. However, my problem is that I don't know where to find the required library directory for the java.library.path, so when I try to run the project, I get an UnsatisfiedLinkError saying that there is "no lwjgl in java.library.path". I've tried to poke around the files on my computer, but I still cannot find any directory similar to "/mcp/jars/natives/". I'm starting to think that the fact that I'm on OS X means there must be some sort of difference that I'm not aware of, but I'm not entirely sure.

 

Please help me. :(

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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