Bug#894318: Can this please be fixed in stable?!

Emmanuel Bourg ebourg at apache.org
Thu Aug 9 02:14:13 BST 2018


Le 03/07/2018 à 15:11, Martin Zobel-Helas a écrit :

> find_jdks()
> {
>     for java_version in 9 8
>     do
>         for jvmdir in /usr/lib/jvm/java-${java_version}-openjdk-* \
>                       /usr/lib/jvm/jdk-${java_version}-oracle-* \
>                       /usr/lib/jvm/jre-${java_version}-oracle-* \
> -                      /usr/lib/jvm/java-${java_version}-oracle
> +                      /usr/lib/jvm/java-${java_version}-oracle \
> +                      /usr/lib/jvm/oracle-java${java_version}-jdk-*
>         do
> 

Hum the directory change happened in java-package/0.61 and slipped
through my review, that's unfortunate. We have to support yet another
path now :( The jetty9 package is also affected.

Thank you for the patch Martin, I'll apply it in unstable and stage it
for the next stable or security update. In the meantime I suggest
setting the JAVA_HOME variable in /etc/default/tomcat8.

Emmanuel Bourg



More information about the pkg-java-maintainers mailing list