Hello, I'm trying to set up Derby development environment in Intellij and run NetworkServerControl main and I got the following error message after I hit run
--- Error occurred during initialization of boot layer java.lang.module.FindException: Error reading module: /Users/zyh/projects/10.15/out/production/org.apache.derby.tools Caused by: java.lang.module.InvalidModuleDescriptorException: Package org.apache.derby.loc.tools not found in module Process finished with exit code 1 --- 1. I couldn't find "org.apache.derby.loc.tools" package, which I hope I can add the package as a module dependency to org.apache.derby.tools. Can you please where ""org.apache.derby.loc.tools" is defined. The error is coming from "opens org.apache.derby.loc.tools" inside module-info.java of org.apache.derby.tools. 2. Is there any guide on how to set up Derby in Intellij? Thanks! best regards, Zeyuan