NetBeans background scanning projects takes too long

后端 未结 15 1412
-上瘾入骨i
-上瘾入骨i 2021-02-05 03:29

NetBeans background scanning projects takes too long. Every time when I open netbeans it scanning for ages. I used NetBeans 7.2 and it works perfecly. Now I formatted pc and rei

15条回答
  •  南笙
    南笙 (楼主)
    2021-02-05 03:34

    Having the same issue with 8.0.2 when a project has JS resources I tracked it down in my case to a problem with the javascript2 editor module which has been updated over the original version shipping with netbeans 8.0.2.

    I simply solved it by removing the updated module.

    On Linux:

    rm ~/.netbeans/8.0.2/modules/org-netbeans-modules-javascript2-editor.jar
    

    However, after letting the netbeans updater download the module a second time, the problem didn't appear again.

    In Netbeans 8.1, the location of this file is at: ide/modules/org-netbeans-modules-javascript2-editor.jar.

提交回复
热议问题