Source: libisnativec-java Version: 5.3.20100629+fix-1 Severity: wishlist User: [email protected] Usertags: default-java9
This package fails to build with default-jdk pointing to openjdk-9-jdk. The wiki has some common problems and their solutions: https://wiki.debian.org/Java/Java9Pitfalls This package references some sun.misc classes which seem to have been removed. It's also probably horrifying. It's unclear if its upstream is active, it looks to have been maintained by a company that's been bought out? The only rdeps are libiscwt-java and libisfreetype-java, neither of which have any rdeps themselves. They are all in exactly the same state as this package. (The "is" prefix is not a coincedence: it's the name of the company.) Can we RM all three? Build log: find src -name *.java -and -type f -print0 | xargs -s 512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp /usr/share/java/jna.jar:/usr/share/java/isrt.jar:debian/_jh_build.isnativec -d debian/_jh_build.isnativec -source 1.7 -target 1.7 -encoding ISO8859-1 warning: [options] bootstrap class path not set in conjunction with -source 1.7 src/de/intarsys/nativec/api/NativeInterface.java:34: error: cannot find symbol import sun.misc.Service; ^ symbol: class Service location: package sun.misc Cheers, Chris.

