Jump to content

Setting Up Workspace In Eclipse (1.16.4)


muss02

Recommended Posts

I'm trying to get started in doing some basic minecraft modding,  but have been stuck on the workspace setup.  Eclipse is giving me the following Error whenever I try importing the project.  Let me know if you have any suggestions.  Thanks!

 

Could not run build action using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-4.9-bin.zip'.
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/4.9/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------

FAILURE: Build failed with an exception.
* What went wrong:
java.lang.ExceptionInInitializerError (no error message)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org

 

Edit:  add edition to title

Edited by muss02
Link to comment
Share on other sites

  • muss02 changed the title to Setting Up Workspace In Eclipse (1.16.4)

Sorry, I added it to the title but I'm using 1.16.4-35.1.4.  I checked the log files associated with the mod folder both the latest and debug logs are empty.  Is there another log that you are referring to?  I just copied what is in the problems tab?

Link to comment
Share on other sites

So this is where I confess I'm in over my head.  I watched a Youtube video on how to get the workspace set up in order to allow my kids to learn some coding while playing with minecraft.  I tried to add --stacktrace to the build.gradle file as well as several others and it doesn't seem to generate any sort of log.  My google searches haven't been productive either on using the --stacktrace.  If you are able to help further and walk me through some of this then that would be great or possibly even point me to some resources to better familiarize myself with this. 

I have done quite a bit of c and c++ programming when I was in college.  I've never jumped into java but was hoping to at least be able to get something running to play with.

Link to comment
Share on other sites

6 minutes ago, diesieben07 said:

I am not familiar with Eclipse so I don't know how to tell it to add the command line flag.

in eclipse:
right click project -> Run As -> Run Configurations -> select project -> Arguments -> add '--stacktrace'
or:
at the top Run -> Run Configurations -> select project -> Arguments -> add '--stacktrace'

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.