I do not know if its just my computer, but netbeans is taking an insane amount of time just to open. I'm wondering is there anything i can do to mitigate this problem.

(Like maybe if i reduce the amount of tabs opened in netbeans it may speed things up or something)

link|improve this question

3  
What is your processor, available memory, OS? What is an "insane amount of time"? Have you tried anything? – Jim Garrison May 23 '11 at 2:21
IDE's like Netbeans are not widely known to be zippity fast and lightweight. You may have an underpowered box. – seand May 23 '11 at 3:37
feedback

5 Answers

up vote 3 down vote accepted

Reinstall from scratch is usually the best way to go. Your netbeans installation is probably slowed down by all the plugins, settings, files, cache, old files, and other stuff that its trying to load at startup. Backup your .netbeans profile folder, delete the old one, download a new netbeans installation (netbeans itself might of collected old files), and restore your settings.

If that doesn't speed things up, then really the only thing you can do is upgrade the computer

link|improve this answer
feedback

You can use "Scan on Demand" plugin.

link|improve this answer
feedback

On my new job dual 6-core Xeon with 12Gb of RAM really helps :)

link|improve this answer
That's a little... excessive – TheLQ May 23 '11 at 3:38
3  
you mean they didn't throw in an SSD while they Where at it? – Tim Sparg May 24 '11 at 8:21
feedback

If your problem has seemingly got worse over time you can delete the .netbeans folder that is placed in your user home directory, this should speed things up in that case.

As a precursor to deleting the .netbeans folder i would run netbeans with a custom home directory

netbeans.exe --userdir c:\temp\myTestHome\

And see if that fixes the problem... If it does then delete your .netbeans folder, but be warned that it will behave as a new installation after that - ie no settings/plugins that you defined will be present anymore.

link|improve this answer
feedback

delete your home.directory .netbeans folder.e every thing will be fine . i'm using 7.0 netbeans and it's faster to deploy with tomcat 7.0.6

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.