There is a slight nuance with JAVA version above 16 and module exporting, you see the error when starting as
cannot access class com.sun.java.swing.plaf.windows.WindowsLookAndFeel (in module java.desktop) because module java.desktop does not export com.sun.java.swing.plaf.windows
To mitigate, add the following to the run.bat java command line
--add-exports java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED