@Mark_Cockfield, we have already prepared a fix, it will be available in the next release. To get rid of the problem at this moment, please make the following changes:
- Open the CodeRunner.sh file in the tree of the project;
- Replace the 61 line from this one:
--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED"
TO these two lines:
--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
--add-opens jdk.jdeps/com.sun.tools.jdeps=ALL-UNNAMED"
- Build the project;
The error will be fixed after that. Please let us know if this does not help you.
Regards,
Marina