Jump to content

Recompilation/MDK Issue In Modloader.java


Zetal

Recommended Posts

Hey Forge Forums,

 

I recently wrapped up another batch of my mods, and discovered that (despite having no errors in Eclipse, and not actually ever changing anything in the Modloader.java class), recompiling the mod resulted in a Modloader error. This Modloader.java issue seems to result directly from the install.cmd that Forge came with, but my earlier searching informed me that it was likely a result of my Java version. I updated, and my Java version is now 1.6.0_32, and I am still getting the error. Does anyone know some way to fix this?

Have a modding question? PM me and hopefully I'll be able to help. Good at 2d Pixel Art? We need your help!  http://www.minecraftforum.net/topic/1806355-looking-for-2d-pixel-artist/

Link to comment
Share on other sites

Without the error we cannot see.  Supply the error, those are the rules in the stickied post.  Do note that ModLoader as of late has been changing the camelCase of some of the function names to be more consistent, that might be your problem.  If it is then this is the only time you should need to make that change.

Link to comment
Share on other sites

It had to do with the methods in the Modloader.java file that used <T, E> T return formats. I changed them to <T, E> T for the sake of compiling it, and that fixed it. No further errors. This is solved. I apologize regarding the initial post format, I'm new here and, to be honest, it's a very overwhelming amount of information considering that I'm already dealing with complicated stuff like modding.

Cya!

Have a modding question? PM me and hopefully I'll be able to help. Good at 2d Pixel Art? We need your help!  http://www.minecraftforum.net/topic/1806355-looking-for-2d-pixel-artist/

Link to comment
Share on other sites

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.