Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans scanning of project too slow

Tags:

ide

netbeans

I use netbeans 7.3.1, i have found here one way how to make netbeans faster: How to improve Netbeans performance?, but my problem is that my netbeans is to slow by project scanning, is projectcanning important for the software netbeans? My projects are in network and not on my pc. I have also found this plugin, but there is no more available: http://wiki.netbeans.org/ScanOnDemand

My CPU is Intel quad 2.40GHz.

like image 268
MusicClub1981 Avatar asked Aug 06 '13 09:08

MusicClub1981


People also ask

Why is Netbeans so slow?

Very simple solution to the problem when your NetBeans or Eclipse IDE seems to be using too much memory: Disable the plugins you are not using. close the projects you are not working on.

How do I stop background scanning of projects in Netbeans?

What I did was just go to my Netbeans project folder and cut everything there, then paste into another folder. After that, I opened again Netbeans, disabled the auto-scan feature (Menu -> Tools -> Options -> Miscellaneus -> Files -> Uncheck Enabel auto-scanning).

Why my project is not opening in Netbeans?

Please follow the below mentioned steps to fix this issue:Delete the folder /java/jdk-13/ Open Netbeans again. Select Yes in the prompt ( To use the newly installed jdk ) Viola you can create new projects and files.


1 Answers

Try to disable auto-scanning of sources. Make sure that you only modify the sources via Netbeans. According to the manual:

Enable auto-scanning of sources
When selected, the IDE will scan the source code of projects to detect any files that were modified externally. Scanning is triggered when the focus is returned to the IDE, for example when the user returns to the IDE from another application. If your sources are only modified from within the IDE, you can probably disable auto-scanning with little risk of encountering problems. Disabling auto-scanning may improve IDE performance if you are working on large projects. Auto-scanning is enabled by default.

enter image description here

Other than that it the network that causes the delay.

like image 126
Costis Aivalis Avatar answered Sep 20 '22 16:09

Costis Aivalis