


Sudo update-alternatives -install /usr/bin/javac javac /opt/jdk/zulu11.31.16-ca-jdk11.0. To obtain the source code for the JDK 11 GA build, clone the JDK 11 Mercurial repository. The README file in your clone will contain further instructions. How let’s create a symbolic link for java and javac to point to this JDK: sudo update-alternatives -install /usr/bin/java java /opt/jdk/zulu11.31.16-ca-jdk11.0.3-linux_aarch32hf/bin/java 1 To obtain the source code for the JDK 11 update builds, clone the JDK 11 Updates Mercurial repository with the tag corresponding to the release in question.

Go to the Azul download page and get the download link for the latest 32bit version, download it and unpack: sudo wget This shows you if it’s Soft Float (armsf) or Hard Float (armhf) ABI. Then you’ll need to find out the architecture of your OS: dpkg -print-architecture Azul provides free builds of OpenJDK 11 that are fully compliant with the Java SE standard.įollow these steps to install OpenJDK 11 on a Raspbian/Debian/Ubuntu or similar OS:įirst create a directory for the JDK: sudo mkdir /opt/jdk
