changeset 148:238d7d13bce7

use the openjdk-bin ebuild from gentoo
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 23 Oct 2018 17:43:25 +0200
parents 163ef90dd755
children b0424aa12461
files zshrc-jdk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-jdk	Tue Oct 23 17:37:22 2018 +0200
+++ b/zshrc-jdk	Tue Oct 23 17:43:25 2018 +0200
@@ -17,7 +17,7 @@
 }
 
 jdk11() {
-    export JAVA_HOME=/opt/jdk-11+28
+    export JAVA_HOME=/opt/openjdk-bin-11_p28
 
     local new_path=`removeFromPath "jdk"`
     export PATH="${JAVA_HOME}/bin":"${new_path}"