-
-
Notifications
You must be signed in to change notification settings - Fork 151
Installing Java
airsquared edited this page Apr 15, 2020
·
8 revisions
The easiest way to install Java using is using the Oracle Java installer that works on all platforms. Make sure you install 64-bit Java.
On Windows: the online installer does not install 64-bit Java, use the offline 64-bit installer.
Or you can use apt
on Linux:
sudo apt-get install openjdk-8-jdk openjfx
If you are not installing Oracle Java, make sure you install a JRE/JDK that includes JavaFX or OpenJFX.