Jump to content

problems with Eclipse IDE


ALEx46

Recommended Posts

I'm starting modding following the tutorial at this link:

 

I'm creating a block as showed In the tutorial but eclipse give me some problems with the classes and I fixed it with Ctrl+Shift+O and then I have corrected other problems in the constructor page but in the main page appeared some other errors that I don't know how to fix.

Can someone help me please?

(I'm Italian)

Link to comment
Share on other sites

With each error, learn (and fix) as much as you can from researching general Java questions before coming back here when you get stuck on the peculiarities of Forge.

 

Also learn the Eclipse tool (what it's telling you and what you can explore in it) by searching general Eclipse questions. Before you get here, you should already have walked through source code of all the vanilla classes you're extending and methods you're calling.

The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.

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.