Source: jclic Version: 0.3.2.1 Severity: normal User: [email protected] Usertags: default-java9
This package fails to build with default-jdk pointing to openjdk-9-jdk. Please fix it, so that we can start the transition to Java 9. The wiki has some common problems and their solutions: https://wiki.debian.org/Java/Java9Pitfalls The build tries to overload the boot classpath, which is just not helpful for Debian, and wrong for Java 9, as the .jars are *gone*: https://sources.debian.net/src/jclic/0.3.2.1-1/build.xml/#L47 Build log: init: [echo] --------------------- [echo] JClic build [echo] --------------------- [echo] Using Apache Ant(TM) version 1.9.9 compiled on June 29 2017, in /usr/share/ant [echo] Using Java 9-Debian by Oracle Corporation in /usr/lib/jvm/java-9-openjdk-amd64 [echo] Generating code for Java 1.6 [echo] Bootstrap: /usr/lib/jvm/java-9-openjdk-amd64/lib/rt.jar [mkdir] Created dir: /build/jclic-0.3.2.1/build ... [ext.javac.nogenerics] 3 warnings [ext.javac.nogenerics] Fatal Error: Unable to find package java.lang in classpath or bootclasspath Cheers, Chris.

