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
I get this error on the tutorial project(and all projects in general):
Errors occurred during the build.
Errors running builder 'JSweet Project Builder' on project 'jsweet-quickstart'.
superclass access check failed: class org.jsweet.transpiler.util.AbstractTreeScanner (in unnamed module @0x27763238) cannot access class com.sun.tools.javac.tree.TreeScanner (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.tree to unnamed module @0x27763238
The text was updated successfully, but these errors were encountered:
By that do you mean to set the Java library in the project to Java 11?
Because I think it already is. It is set to JRE System Library [JavaSE-11]
Should it, or something else, be set to a different value that has "Java 11" in its name?
Kaloyan96
changed the title
'Building' when I try to Enable JSweet Builder
Error 'Building' when I try to Enable JSweet Builder
May 9, 2023
I get this error on the tutorial project(and all projects in general):
Errors occurred during the build.
Errors running builder 'JSweet Project Builder' on project 'jsweet-quickstart'.
superclass access check failed: class org.jsweet.transpiler.util.AbstractTreeScanner (in unnamed module @0x27763238) cannot access class com.sun.tools.javac.tree.TreeScanner (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.tree to unnamed module @0x27763238
The text was updated successfully, but these errors were encountered: