birt in java17 #1393
Replies: 4 comments 4 replies
-
What is the discussion, do you have an issue or a special reuqst topic? Please document a little bit more information about BIRT-version, what was the special execution, perhaps demo-report and what is the discussion topic. |
Beta Was this translation helpful? Give feedback.
-
javax.activation_1.1.0.v201211130549 this libs are NOT MODULAR !! -> to old other lib are OK so i cant start in java > 8 see the error from start debug in first post |
Beta Was this translation helpful? Give feedback.
-
It sounds like you are trying to run jars as modules but Java 17 can use a plain-old-classpath and run plain old jars without needing to try to interpret then as modules. The jars are generally there because these are needed by something, so I don't expect that removing things will generally still work. Note too that no one is going to be able to solve your problem from little snips and bits of stack traces. You will have to spell out fully and clearly exactly what you are doing so that someone else can exactly reproduce it. |
Beta Was this translation helpful? Give feedback.
-
Please reopen if you plan to provide more information. |
Beta Was this translation helpful? Give feedback.
-
java.lang.module.FindException: Unable to derive module descriptor for birt-runtime\ReportEngine\lib\javax.activation_1.1.0.v201211130549.jar
Caused by: java.lang.IllegalArgumentException: javax.activation.1.1.0.v201211130549: Invalid module name: '1' is not a Java identifier
Beta Was this translation helpful? Give feedback.
All reactions