I need JAVA 8 to run on my recent installation of Ubuntu 18.04.1 LTS. Is Java included in Ubuntu 18.04 or do I need to install it? My computer has 2.9 GB memory, Pentium R Dual Core CPU and 314 GB hard drive. What instructions are available for installing JAVA?
Asked
Active
Viewed 333 times
0
-
I think the default is OpenJDK so if your looking for Oracle version then you have to install! – George Udosen Nov 30 '18 at 07:14
1 Answers
0
As @George Udosen wrote, in default Ubuntu repository is OpenJDK. If you want to have Oracle version, you can install them from this ppa: https://launchpad.net/~webupd8team/+archive/ubuntu/java/

mariaczi
- 419