...
If you are using Cameo with Java 11, as verified in the Pre-Requisites section above, add the following 2 lines 1 line to the
vm.options
file and save it.
Code Block |
---|
--add-exports java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED
--add-opens java.base/jdk.internal.loader=ALL-UNNAMED |
...