[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#893409: pixelmed FTBFS with openjdk-9



Hi,

pixelmed[1] seems to be dead upstream but I've grabbed the latest commit
of somebody who saved the code base to Github now.  With this code I get:

...
warning: [options] bootstrap class path not set in conjunction with -source 7
1 warning
export JAVAVERSIONTARGETJARFILE=/usr/lib/jvm/default-java/jre/lib/rt.jar; javac -O -target 1.7 -source 1.7 -encoding "UTF8" -Xlint:deprecation -XDignore.symbol.file \
        -classpath ../../..:/usr/share/java/pixelmed_codec.jar \
        -sourcepath ../../.. Base64.java
warning: [options] bootstrap class path not set in conjunction with -source 7
Base64.java:25: error: package javax.xml.bind does not exist
                String s = javax.xml.bind.DatatypeConverter.printBase64Binary(b);
                                         ^
Base64.java:31: error: package javax.xml.bind does not exist
                byte[] b = javax.xml.bind.DatatypeConverter.parseBase64Binary(s);
                                         ^
2 errors
1 warning
make[3]: *** [Makefile:36: Base64.class] Error 1


Any hint how to fix this?

Kind regards

       Andreas.


[1] https://salsa.debian.org/med-team/pixelmed 

-- 
http://fam-tille.de


Reply to: