tudogeorge commented on issue #5260: URL: https://github.com/apache/netbeans/issues/5260#issuecomment-3019661295
In my case it was an issue with my project setup, just that I didn't get a more helpful message than the "Uncompilable code" runtime exception thrown when invoking that specific part. I got this while working on an application with lots of modules; the application with its library projects is on ant. Turns out one of the modules my application was loading at runtime in the modulepath was missing several modules it required, from its libraries. Having so many modules, it was easier for me to add a main class to that library, try to run it and I got the missing modules in the run output. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
