cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.45k stars 159 forks source link

Unable to make field public com.sun.tools.javac.code.Type #739

Closed Krzysztof-Dziardziel closed 1 year ago

Krzysztof-Dziardziel commented 1 year ago

Hey,

I'm getting this error during jsweet transpilation (using Maven - mvn install).

Unable to make field public com.sun.tools.javac.code.Type com.sun.tools.javac.tree.JCTree.type accessible: module jdk.compiler does not "exports com.sun.tools.javac.tree" to unnamed module @1eb2d371

Does anybody know why does this occur?

Krzysztof-Dziardziel commented 1 year ago

Found it! It seems like this is an issue with JDK17.