Comments on: How to install JAVA 9 on Linux https://linuxtechlab.com/install-java-9-linux/ Linux Devops Tutorial, Scripting tutorials, how to's , Tips & Tricks Mon, 12 Mar 2018 14:47:43 +0000 hourly 1 By: Shusain https://linuxtechlab.com/install-java-9-linux/comment-page-1/#comment-127 Fri, 27 Oct 2017 01:45:20 +0000 https://linuxtechlab.com/?p=1941#comment-127 In reply to Mats Tegner.

Seems something is up with the link, will update article with a proper link with JRE.
Appreciate your patience.

]]>
By: Mats Tegner https://linuxtechlab.com/install-java-9-linux/comment-page-1/#comment-126 Wed, 25 Oct 2017 17:01:06 +0000 https://linuxtechlab.com/?p=1941#comment-126 There is no JRE bin directory in JDK 9:
ash-4.4$ cd $JAVA_HOME/
bash-4.4$ ls -l
totalt 32K
-r–r–r– 1 mats users 158 sep 28 05:51 README.html
drwxr-xr-x 2 mats users 4,0K okt 24 21:40 bin/
drwxr-xr-x 4 mats users 4,0K okt 24 21:40 conf/
drwxr-xr-x 3 mats users 4,0K okt 24 21:40 include/
drwxr-xr-x 2 mats users 4,0K okt 24 21:40 jmods/
drwxr-xr-x 101 mats users 4,0K okt 24 21:40 legal/
drwxr-xr-x 12 mats users 4,0K okt 24 21:40 lib/
-rw-r–r– 1 mats users 2,0K sep 28 05:51 release
bash-4.4$

]]>