B4J Question jasperreports-6.19.1 java11 e14

roberto64

Active Member
Licensed User
Longtime User
Hi, I created a library of jasperreports-6.19.1 so that it could also run with java11 and java14, or completed writing it or compiled with B4J_LibraryCompiler everything went well, if I run the example everything is ok sisa with the version java11 and 14, once I create with B4JPackager11 Version 1.40 it gives me these errors, any help? regards


B4JPackager11 Version 1.40
Exe name: BJrep.exe
build folder: C:\Users\Robyw11\Desktop\prova\prov\BJrep\B4J\Objects\temp\build
InputJar: C:\Users\Robyw11\Desktop\prova\prov\BJrep\B4J\Objects\BJrep.jar
Running: C:\Users\Robyw11\Desktop\prova\prov\BJrep\B4J\Objects\temp\FindDosPath.exe
Running: Z:\HDDSECO\ANDROIDUT\AdditionalLibs\jdk-11.0.1\bin\jar
.
Package name: b4j.example
Running: Z:\HDDSECO\ANDROIDUT\AdditionalLibs\jdk-11.0.1\bin\jdeps
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Explicitly excluded modules: [javafx.web]
Included modules: [java.base]
Running: Z:\HDDSECO\ANDROIDUT\AdditionalLibs\jdk-11.0.1\bin\javac
.
.
.
.
module-info.java:8: error: package javax.tools is not visible
uses javax.tools.JavaCompiler;
^
(package javax.tools is declared in module java.compiler, but module b4j does not read it)
module-info.java:12: error: cannot find symbol
uses org.codehaus.stax2.validation.XMLValidationSchemaFactory.dtd;
^
symbol: class dtd
location: class XMLValidationSchemaFactory
module-info.java:13: error: cannot find symbol
uses org.codehaus.stax2.validation.XMLValidationSchemaFactory.relaxng;
^
symbol: class relaxng
location: class XMLValidationSchemaFactory
module-info.java:14: error: cannot find symbol
uses org.codehaus.stax2.validation.XMLValidationSchemaFactory.w3c;
^
symbol: class w3c
location: class XMLValidationSchemaFactory
4 errors
 
Top