Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #9996 > unrolled thread

Help needed with jdk9 and javac add-modules

Started byolivier sallou <osallou@debian.org>
First post2017-09-11 10:40 +0200
Last post2017-09-11 10:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.debian.maint.java


Contents

  Help needed with jdk9 and javac add-modules olivier sallou <osallou@debian.org> - 2017-09-11 10:40 +0200

#9996 — Help needed with jdk9 and javac add-modules

Fromolivier sallou <osallou@debian.org>
Date2017-09-11 10:40 +0200
SubjectHelp needed with jdk9 and javac add-modules
Message-ID<uosq6-rb-15@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

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

[toc] | [standalone]


Back to top | Article view | linux.debian.maint.java


csiph-web