Jump to content

[SOLVED]Installing MDK with Java 8-JAVA_HOME Variable


Acejhm

Recommended Posts

I have been trying to set up my workspace so I can begin modding Minecraft, but everytime I run gradlew setupDecompWorkspace it says:

 

ERROR: JAVA_HOME is set to an invalid directory: C:\Program Files\Java\jdk1.8.0_51\bin

 

I know I need to set the JAVA_HOME variable in my environment variables, so I did. However, it appears to be saying it's set to a place that the variable in the system properties is not set to.  I created a new JAVA_HOME variable and gave it the correct path, "C:\Program Files (x86)\Java\jre1.8.0_71",  but it didn't update it.  At this point, I have uninsatlled and reinstalled both the jdk and jre.  The path JAVA_HOME is pointing to, "C:\Program Files\Java\jdk1.8.0_51\bin",  doesn't even exist anymore.  When I do echo %JAVA_HOME% it tells me the same thing, that the JAVA_HOME exists, but it's not the right directory.  I set everything up correctly in the Environment Variables (according to all the tutorials I read), but I'm not really sure what's wrong at this point.  It could be anything what with the stupid bugs Windows 10 has...

Link to comment
Share on other sites

- You need to have the JDK installed, not just the JRE (JDK includes JRE).

- JAVA_HOME needs to point at the JDK folder (e.g. C:\Program Files\Java\jdk1.8.0_51), not the bin folder inside it.

 

I'll change the JAVA_HOME I have to point to the jdk, but it seems like there is another one hidden somewhere since even after setting it to something other than

"C:\Program Files\Java\jdk1.8.0_51\bin", it doesn't update.

 

Here's a picture of my variables:

 

width=800 height=859http://s29.postimg.org/f8hvmxa9z/Enviroment_Variables.png[/img]

 

Link to comment
Share on other sites

Windows is a bit strange with it's environment variables sometimes. You might need to relog or reboot.

 

Wow, that fixed it.  I can't believe I call myself a programmer and I did everything BUT restart my computer...That's like rule numero uno.

Lol, thanks diesieben07.

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.