-
Notifications
You must be signed in to change notification settings - Fork 6
Getting Java
Oracle recently locked down their downloads because they are a [REDACTED] company.
Fortunately you don't have to use an account:
https://gist.github.com/wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6
Here are several premade links for commonly used Java versions:
(for the Java 11 links, you may have to use wget. Example:
wget -c --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.11%2B9/ab2da78f32ed489abb3ff52fd0a02b1c/jdk-11.0.11_windows-x64_bin.exe
To create your own links, you can follow this link and use inspect element to find the parts of the url.
If you are comfortable with IDEs and debugging, you may appreciate a DCE patched JDK. This will allow you to reload java files during game runtime. The version of DCE you will want for NFM patches an existing Java 8u181 install, so make sure you have that already. Preferably a second install, to keep things clean, but that's not required.
Find it here: http://dcevm.github.io/
Download the Java 8 update 181 binary and follow the instructions under Usage