Le 30/03/2018 à 13:27, Gianfranco Costamagna a écrit : > "/usr/lib/jvm/default-java/bin/javac" -encoding UTF-8 -source 1.9 -target 1.9 > -Xlint:unchecked --add-modules java.xml.ws \ > > /<<PKGBUILDDIR>>/out/obj/vboxjws-gen/jwsgen/java/org/virtualbox_5_2/IUSBDeviceStateChangedEvent.java:25: > error: package javax.xml.ws is not visible > import javax.xml.ws.*; > ^ > (package javax.xml.ws is declared in module java.xml.ws, which is not in the > module graph) > /<<PKGBUILDDIR>>/out/obj/vboxjws-gen/jwsgen/java/org/virtualbox_5_2/IEvent.java:25: > error: package javax.xml.ws is not visible > import javax.xml.ws.*; > ^ > > seems to make not much difference
That's slightly better since it no longer complains about the invalid module name. I wonder if this could be a javadoc error this time. Could you try adding the same --add-modules option to VBOX_JAVADOC_OPTS? Emmanuel Bourg