Difference between revisions of "Setting up Java"
From Exilent
Line 6: | Line 6: | ||
== Default Java version == | == Default Java version == | ||
There can be several Java versions installed on a computer at the same time. When you double click a JAR file it will be executed on the Java version which is set as default. | There can be several Java versions installed on a computer at the same time. When you double click a JAR file it will be executed on the Java version which is set as default. | ||
− | |||
− | |||
In order to run Exilent you have to make sure you have '''Java 8 set as default'''. | In order to run Exilent you have to make sure you have '''Java 8 set as default'''. | ||
− | + | {{See also|Resolving Java problems}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 11:08, 20 August 2018
Install Java
Exilent currently works only with Java 8.
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Default Java version
There can be several Java versions installed on a computer at the same time. When you double click a JAR file it will be executed on the Java version which is set as default.
In order to run Exilent you have to make sure you have Java 8 set as default.
See also: Resolving Java problems