Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hello...

Me again... So, I installed the Java JDK, and then re-installed all the forge stuff, so now all the java files are there, and the SRC folder appears to have everything, but when I try to run the client, the console spits out this error:

 

Dec 27, 2013 10:19:01 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

Dec 27, 2013 10:19:01 PM net.minecraft.launchwrapper.LogWrapper log

SEVERE: Unable to launch

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)

 

I have no idea what it means... I'm just starting out with modding, sorry!

Please help!

-Teck

"Alright, Arian Coconut, what's your name?"

right click the project folder Minecraft in your workspace and click refresh. Report results when you hit run after it is done refreshing.

  • Author

right click the project folder Minecraft in your workspace and click refresh. Report results when you hit run after it is done refreshing.

 

Console gave me this:

 

Error occurred during initialization of VM

Could not reserve enough space for object heap

 

 

I am running low on Physical Memory on my comp if that's what that means...

"Alright, Arian Coconut, what's your name?"

How much physical RAM do you have?

Is your system 32 or 64 bit?

Did you make sure to install the right java? 64bit systems need to have 64bit java.

  • Author

How much physical RAM do you have?

Is your system 32 or 64 bit?

Did you make sure to install the right java? 64bit systems need to have 64bit java.

 

64 bit, and I believe I got the 64 bit version. I have 4GB of RAM, but I actually had 2GB allocated for a different program at the time, and other programs running along with it. So, I closed out the one allocating the RAM, re-refreshed the minecraft folder and tried running it again.

Console gave me this:

 

Dec 28, 2013 12:42:30 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

Dec 28, 2013 12:42:30 PM net.minecraft.launchwrapper.LogWrapper log

SEVERE: Unable to launch

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)

 

Pretty sure it's the same as the first error...

"Alright, Arian Coconut, what's your name?"

  • Author

Did you import all the libraries and the 1.6.4 jar?

 

Er... What? All I did was download Java JDK, run install.cmd, and set the eclipse workspace to the eclipse folder in the MCP folder. That's all you and the tutorial said I had to do. What do you mean import libraries and 1.6.4 jar?

"Alright, Arian Coconut, what's your name?"

You probably shouldn't have to import them manually, but I know I had to.

Project>Properties>Build Path

There SHOULD be a list of libraries. If not, you need to track them all down in mcp>jars>libraries and add them. Same with mcp>jars>versions>1.6.4 and then the 1.6.4 jar.

  • Author

You probably shouldn't have to import them manually, but I know I had to.

Project>Properties>Build Path

There SHOULD be a list of libraries. If not, you need to track them all down in mcp>jars>libraries and add them. Same with mcp>jars>versions>1.6.4 and then the 1.6.4 jar.

 

There is a 1.6.4 Jar and a bunch of other Jars, so I think I'm actually good there.

"Alright, Arian Coconut, what's your name?"

This is so hard to debug from only seeing a error log so Im running through all the possibilities. Sorry if it seems like a lot of nonsense and trouble.

 

Under the dropdown tab for Run goto Run Configurations and check the Start class, and the arguments.

Here is what it should look like:

Main Class:

net.minecraft.launchwrapper.Launch

 

Program Arguments:

--version 1.6 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker

  • Author

This is so hard to debug from only seeing a error log so Im running through all the possibilities. Sorry if it seems like a lot of nonsense and trouble.

 

Under the dropdown tab for Run goto Run Configurations and check the Start class, and the arguments.

Here is what it should look like:

Main Class:

net.minecraft.launchwrapper.Launch

 

Program Arguments:

--version 1.6 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker

 

It's ok, I really haven't had to deal with something this complex before anyway... So uh... How do I check the Start Class from Run Configurations? I can access the Start Java file normally, but how do I get it in there?

 

"Alright, Arian Coconut, what's your name?"

The start class is labeled as Main Class, its the second text box. The arguments are under the tab labeled Arguments.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.