Jump to content

Recommended Posts

Posted

When i start eclispse it gives me an error thats saying "Project 'Minecraft' is missing required library". How do i fix it?

I tried " gradlew setupDecompWorkspace eclipse " then " gradlew --refresh-dependencies eclipse " same error.

Then i tried this:

" gradlew.bat setupDecompWorkspace eclipse

  gradlew.bat --refresh-dependencies

  gradlew.bat setupDecompWorkspace --debug

  gradlew.bat eclipse --debug "

still same error.

A screenshot of whats going on in Eclipse: http://gyazo.com/c10c05a936f1a5dadb3752cb6bade57d

A test run of minecraft on Eclipse: http://pastebin.com/PCS90QPs

Any help?

 

Posted

After running gradlew setupDecompWorkspace did you run gradlew eclipse?

 

You have to do so in order for gradle to build out a project and classpath file that tells eclipse where the libraries and few other things are located. That is the part that kind of makes everything turn key.

“Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.” - Linus Torvalds

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.