Hi over the last week i have been trying to get minecraft forge 1.6.4 to run through eclipse so i can work on my mod. When i searched through the folders in windows explorer(file viewer) i managed to find the file that it is having trouble finding.
Also i decided to make the basic file of a forge mod, but i get lots of errors with the imports of cpw.mods.fml.common etc. I think my problem is that it cant find these files because of a placement error in the folders but i cant be sure.
the exact error shown in eclipse is:
java.lang.ClassNotFoundException: cpw.mods.fml.common.launcher.FMLTweaker
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
please help,
pack_of_14eggies
Rollback Post to RevisionRollBack
The Wii U is like a Wii after she starts to hit puberty. First it was small and friendly and wanted to play games and not sit still and now its big and complicated and has extra parts and doesn't make sense and doesn't know what it wants to be and struggles to make ends meet, while still maintaining reminiscences of her childhood memories. "THIS IS WHO I AM NOW, MOM! 3 CORES!"
The Wii U is like a Wii after she starts to hit puberty. First it was small and friendly and wanted to play games and not sit still and now its big and complicated and has extra parts and doesn't make sense and doesn't know what it wants to be and struggles to make ends meet, while still maintaining reminiscences of her childhood memories. "THIS IS WHO I AM NOW, MOM! 3 CORES!"
To post a comment, please login or register a new account.
Also i decided to make the basic file of a forge mod, but i get lots of errors with the imports of cpw.mods.fml.common etc. I think my problem is that it cant find these files because of a placement error in the folders but i cant be sure.
the exact error shown in eclipse is:
java.lang.ClassNotFoundException: cpw.mods.fml.common.launcher.FMLTweaker
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
please help,
pack_of_14eggies