cincheo / jsweet

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

test: Fix tests that spawn new processes #760

Closed kohlschuetter closed 8 months ago

kohlschuetter commented 9 months ago

Some tests try to spawn a new Java process for the JSweetCommandLineLauncher.

These tests fail with new Java versions >= 16.

Specify --add-opens=jdk.compiler/... statements to allow our code to access the Java Compiler packages under com.sun.tools.javac...