Difference between revisions of "Setting up Java"
From Exilent
(Created page with "Exilent currently supports only Java version 8. == Verify your Java version == Even if you install a new Java on your computer it is possible that an older version of Java is...") |
|||
Line 3: | Line 3: | ||
== Verify your Java version == | == Verify your Java version == | ||
Even if you install a new Java on your computer it is possible that an older version of Java is still set as the default Java runner. | Even if you install a new Java on your computer it is possible that an older version of Java is still set as the default Java runner. | ||
+ | |||
+ | Open up a terminal where you can type commands (Windows: Start - Command Prompot, Mac: Finder - Terminal). | ||
+ | |||
+ | Type: java -version | ||
+ | |||
+ | https://i.imgur.com/giWilQt.png |
Revision as of 10:57, 28 July 2018
Exilent currently supports only Java version 8.
Verify your Java version
Even if you install a new Java on your computer it is possible that an older version of Java is still set as the default Java runner.
Open up a terminal where you can type commands (Windows: Start - Command Prompot, Mac: Finder - Terminal).
Type: java -version