You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
[error] Exception in thread "main" java.lang.module.FindException: Module java.activation not found, required by java.xml.bind
[error] at java.base/java.lang.module.Resolver.findFail(Resolver.java:877)
[error] at java.base/java.lang.module.Resolver.resolve(Resolver.java:191)
[error] at java.base/java.lang.module.Resolver.resolve(Resolver.java:140)
...
This origin of this problem is module-info bug in javax.activation, this issue: fvarrui/JavaPackager#55
The text was updated successfully, but these errors were encountered:
The two reasons for staying on 1.x are compatibility with JDK 8, and complete API change. If I compile my project as such, I am getting >50 errors, as apparently not a single class is the same in 2.x than in 1.x...
For example, using
pi4j
1.4 in my project, I getThis origin of this problem is module-info bug in javax.activation, this issue: fvarrui/JavaPackager#55
The text was updated successfully, but these errors were encountered: