Difference between revisions of "Setting up Java"
Line 8: | Line 8: | ||
Open up a Command Prompt/Terminal and type '''java -version'''. This will print out the current default Java version. | Open up a Command Prompt/Terminal and type '''java -version'''. This will print out the current default Java version. | ||
− | https:// | + | blob:https://imgur.com/ae375b73-d1bd-4e3a-918b-95754449e618 |
− | + | 12.x.x means Java 12, if you have anything else then you need to follow the next steps. | |
== Removing other Java versions == | == Removing other Java versions == |
Revision as of 11:33, 4 May 2019
Exilent requires the latest Java 12 JDK.
There can be several Java versions installed on your computer. When you double click a JAR file it will be executed on the Java version which is set as default.
Verify default Java version
Open up a Command Prompt/Terminal and type java -version. This will print out the current default Java version.
blob:https://imgur.com/ae375b73-d1bd-4e3a-918b-95754449e618
12.x.x means Java 12, if you have anything else then you need to follow the next steps.
Removing other Java versions
If you are on Mac you might have to remove other versions of Java.
To do this, navigate to /Library/Java/JavaVirtualMachines/ in your file explorer and delete the folders which are not Java 12.
Install Java 12
Search for java 8 jdk in Google.
https://www.google.com/search?q=java+8+jdk
It should be the first result (Java SE Development Kit 12 - Downloads - Oracle).
- Accept the License Agreement
- Select the version you need (Linux/Mac/Windows). You should pick the x64 version over the x86.
- Download and install it.
- Restart your computer if it says its required.
See also: Downloads