-
Notifications
You must be signed in to change notification settings - Fork 0
Install Open JDK13
go to http://jdk.java.net/ and select the current Ready to use Version. Download the build for your OS and untar the content.
follow these instructions
If you installed openJDK and stored the extracted folder under
C:\Program Files\Java\
in case of JDK15 it looks like
C:\Program Files\Java\jdk-15.0.1
-
open Notepad
-
paste the following code into the editor
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft]
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JDK]
"CurrentVersion"="1.15"
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JDK\1.15]
"JavaHome"="C:\\Program Files\\Java\\jdk-15.0.1"
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit]
"CurrentVersion"="1.15"
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.15]
"JavaHome"="C:\\Program Files\\Java\\jdk-15.0.1"
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JRE]
"CurrentVersion"="1.15"
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JRE\1.15]
"RuntimeLib"="C:\\Program Files\\Java\\jdk-15.0.1\\bin\\server\\jvm.dll"
"JavaHome"="C:\\Program Files\\Java\\jdk-15.0.1"
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment]
"CurrentVersion"="1.15"
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.15]
"RuntimeLib"="C:\\Program Files\\Java\\jdk-15.0.1\\bin\\server\\jvm.dll"
"JavaHome"="C:\\Program Files\\Java\\jdk-15.0.1"
-
adjust all the paths and versions according to the downloaded JDK in the previous step.
-
save the file with a .reg extension and execute it with admin rights.
now your JDK is ready for action with this max-mxj package.
If you need the JDK for other tools (like Atom) you need to add the search paths manually:
here the detailed instructions (for Java 12)
in case of the above version the
the JAVA_HOME
variable would be C:\Program Files\Java\jdk-15.0.1
the newly added executable path inside the Path
variable would be C:\Program Files\Java\jdk-15.0.1\bin