factorniom.blogg.se

Install jdk
Install jdk






Specifically, this will install OpenJDK 8, the latest and recommended version. The easiest option for installing Java is using the version packaged with Ubuntu. PrerequisitesĪ sudo non-root user, which you can set up by following the Ubuntu 16.04 initial server setup guide. This article will guide you through the process of installing and managing different versions of Java using apt-get. Java HotSpot(TM) 64-Bit Server VM (build 25.Java and the JVM (Java’s virtual machine) are widely used and required for many kinds of software. Java(TM) SE Runtime Environment (build 1.8.0_72-b15) $ sudo apt-get install oracle-java9-installer $ sudo apt-get install oracle-java8-installer Install Oracle Java 8 & 9 # Install Oracle Java 8 # $ sudo apt-key adv -keyserver hkp://:80 -recv-keys EEA14886

install jdk

$ sudo nano /etc/apt//oracle-java-8-9.listĪdd Signature Key and update system repository index. Just Add the below WebUpd8 repository on your debian system to install Oracle Java 8 & 9. If you want for any development purpose, then you can use it. Note : Don’t install Oracle JAVA 9 in Production Environment which is not released officially because it may contain bugs and it might not include the latest security patches.

install jdk

Also read about Oracle java & OpenJDK installation, Setup Java environment variables & install Java using java alternatives method on Linux Distribution such as RHEL, CentOS, Ubuntu & Mint, Debian, Fedora & openSUSE. Non of the Ubuntu PPA’s doesn’t work on Debian systems because they are built against specific Ubuntu libraries and WebUpd8 Oracle JAVA PPA contains oracle Java installer scripts, so it works Debian too.








Install jdk