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

Help needed with jdk9 and javac add-modules



Hi,
with JDK 9 transition, the biojava4-live package fails to compile. It is linked to the javax.xml.bind module.
To fix this I know I need to add to javac commands the java.se.ee module.
However, as an Ant build.xlm file is used for compilation etc. , I do not find how to add this module in javac xml description.
Without this, I have NoClassDefFoundErrors on javax.xml.bind.

My current definition is:

<javac srcdir="${src.dir}" destdir="${class.dir}" classpathref="compile.classpath" debug="${debug}" optimize="${optimized}" nowarn="true" source="1.7" target="1.7"></javac>

Anyone already did this ?

Thanks

Olivier

Reply to: