Netbeans hangs in Mac since Netbeans 8.2 to now
I have a Netbeans module call “Maven Runner“, it was originally in Ant. When I install it into my local netbeans, it regularly cause the netbeans failed to start. When I was starting Netbeans, the splash came out, then it disappear, but the main screen never show up.
Two months ago, i rewrite it into Maven-base, and this problem still exists. I have asked this in Netbeans Jira, google group, mail list. But no one can help.
For short term solution, i manually remove this file, then netbeans back to work. This problem happens in Netbeans 8.2 up to 11.2
/Users/peter/Library>cat "./Application Support/NetBeans/11.1/config/Modules/hk-quantr-mavenrunner.xml" <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//NetBeans//DTD Module Status 1.0//EN" "http://www.netbeans.org/dtds/module-status-1_0.dtd"> <module name="hk.quantr.mavenrunner"> <param name="autoload">false</param> <param name="eager">false</param> <param name="enabled">true</param> <param name="jar">/Users/peter/NetBeansProjects/workspace/MavenRunner/target/nbm/netbeans/extra/modules/hk-quantr-mavenrunner.jar</param> <param name="reloadable">true</param> </module>