Jump to content

Recommended Posts

Posted (edited)

Hi everybody!

 

First of all, I saw the "NO SUPPORT REQUESTS" topic, however it pointed to a dead URL. 

So I apologize if this is in the incorrect section!

 

 

When I navigate to my TestMod folder in a command prompt and run 

gradlew setupdecompworkspace

It gives me the following error:

Capture.PNG.a02dfcbcdf066a1c92a5ee4564cfaa60.PNG

 


Here is what the TestMod folder looks like.

Capture.PNG.52eec1444448f3a3bb6e1bbbfe9731fa.PNG

 

It contains all of the gradle files mentioned in step 2 of the Getting Started with Forge documentation.

 

 

Here's a list of things I have tried:

  • Ensured I have JDK 8 installed (I'm planning on modding for Minecraft 1.12.2)
  • Ensured I have a JRE installed as well (JRE 8.0)
  • Ensured the PATH System environment variable is set to C:\Program Files (x86)\Java\jdk1.8.0_201\bin
  • Ensured that the JAVA_HOME system environment variable is set to C:\Program Files (x86)\Java\jdk1.8.0_201
  • Attempted to run Gradlew Eclipse first (same error message was given)
  • Ensured the JDK is 64-bit, as I'm running a 64-bit Windows 10 OS.
  • Asked a modder friend for help (he had no clue why this was happening)

 

 

If you would be able to lend me your assistance, that would be very much appreciated! :)

 

Edited by Darkforge317
Posted (edited)
  On 3/7/2019 at 2:43 PM, LTNightshade said:

What does a "java -version" print out ?

My Java Home is : JAVA_HOME=C:\Program Files\Java\jdk1.8.0_191

without \bin

 

 

 

Expand  

Hi there!

 

My JAVA_HOME does not have \bin. That's the path variable.

 

 

When I type Java -version

This is what  it shows.

Capture.PNG.724a9d9644fcddbfaf74362445b5101b.PNG

 

 

So my path variable for Java definitely works, and the JDK is definitely JDK8 and is the 64-Bit version

 

Edited by Darkforge317
Posted

 

  On 3/8/2019 at 8:25 AM, Alkalus said:

The JDK bundle the JRE, so why have both?

Somewhere, something is pointing to Java EE, which is also not really useful for Minecraft Modding.

Expand  

I didn't know they were bundled :o

 

I just finished uninstalling the JRE, but left the one that was bundled in the JDK.

 

However, the same error happens after doing this.

Posted (edited)

So I just uninstalled all of Java, restarted my computer, re-installed JDK 8 update 201, restarted my computer again, and then followed the steps in the getting started document..

 

I'm still running into the exact same error.

No matter what I try...

 

I'm honestly extremely frustrated at this whole situation :/

Edited by Darkforge317
Posted

Try and find your EE installation and kill it with fire. Make sure your JAVA_HOME is set too.

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Posted
  On 3/10/2019 at 9:56 AM, Cadiboo said:

Try and find your EE installation and kill it with fire. Make sure your JAVA_HOME is set too.

Expand  

I have never installed EE on my computer so I don't understand why it would be so hooked up on looking for it.

I thought to myself "Maybe there's a registry key somewhere for it" so I ran my CCleaner's Registry Cleanup tool twice, it cleaned up a lot of stuff, and this error still happens.

 

Also, my JAVA_HOME is set to the jdk's folder. 

Posted

Thanks to your images in another thread I think i know where the issue is:

image.png

Why do you have JAVA_OPTS set, and why does it have that value?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)
  On 3/12/2019 at 2:43 AM, DaemonUmbra said:

Thanks to your images in another thread I think i know where the issue is:

image.png

Why do you have JAVA_OPTS set, and why does it have that value?

Expand  

I have no clue what JAVA_OPTS is or where it came from. But now that I'm looking at it, it mentions adding java.se.ee so yeah that's probably the problem... Should I delete the variable or just modify the value?

Edited by Darkforge317
Posted

Delete it, it's used for setting you want to apply to every Java process and usually when I see people mention using it they put in settings that shouldn't be global

  • Thanks 1

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted
  On 3/12/2019 at 2:54 AM, DaemonUmbra said:

Delete it, it's used for setting you want to apply to every Java process and usually when I see people mention using it they put in settings that shouldn't be global

Expand  

 

It's downloading the artifacts from the internet now.

 

I still have no clue how JAVA_OPTS showed up though ?

 

Here's hoping it finishes without any errors :)

 

Thank you very much for all your help! 

Posted (edited)

EDIT:

Nevermind, please ignore the rest of this... I kept trying to run the command multiple times and for some reason now it works??

I closed the command prompt about 3 times. 

Then made a new mod folder, then all of a sudden my gradlew commands started working in the old mod folder.

 

 

 

 

 

 

 

 

 

 

 

  On 3/12/2019 at 2:54 AM, DaemonUmbra said:

Delete it, it's used for setting you want to apply to every Java process and usually when I see people mention using it they put in settings that shouldn't be global

Expand  

 

Sorry for bothering you again, for some reason this error came back! :(

 

I checked my environment variables to see if JAVA_OPTS somehow came back, but it's not there anymore.

Still deleted.

 

 

My setupDecompWorkspace command worked yesterday, and I got a "BUILD SUCCESSFUL" message from it.

 

I just finished installing Eclipse, opened it, closed it, and then tried running gradlew eclipse

It gave me the same "Could not find or load java.se.ee" error.

I tried just typing "gradlew" with no commands, and it also gives me the same error.

image.png.f9cd1375df4a0125a4c471b3b70552e2.png

 

I understand how frustrating it must be to hear that this error came back after just being fixed, and that it's not being caused by the same thing as last time...

but I hope you have an idea or two on what's causing this.

 

 

Oh and also, since it helped last time, here's a screenshot of my current Environment variables

image.thumb.png.f65ea388b5f16ed4e7b50a494978d2c6.png

 

Edited by Darkforge317

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.