dkim18
asked on
NetBeans IDE runs slow?
Hi,
I have 2 GB ram on my laptop.
My NetBeans IDE runs really slow everytime I try to open something or create a new project/files.
It is telling that I should upgrade my JVM ( i have a java 1.6) or the run the below option.
1) How can I make it run a little faster without freezing?
2) Do know how to run the below option? Can you tell me step by step how to run it.
-J-Dnb.FileChooser.useShel lFolder=fa lse
I have 2 GB ram on my laptop.
My NetBeans IDE runs really slow everytime I try to open something or create a new project/files.
It is telling that I should upgrade my JVM ( i have a java 1.6) or the run the below option.
1) How can I make it run a little faster without freezing?
2) Do know how to run the below option? Can you tell me step by step how to run it.
-J-Dnb.FileChooser.useShel
ASKER
C:\Users\>echo %PATH%
C:\Windows\system32;C:\Win dows;C:\Wi ndows\Syst em32\Wbem; C:\Windows \System32\ Wind
owsPowerShell\v1.0\;C:\ORA NT\BIN;c:\ Program Files (x86)\Microsoft SQL Server\100
\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\ Program Fi
les\Microsoft SQL Server\100\DTS\Binn\;C:\Pr ogram Files\TortoiseSVN\bin;C:\M ySQL
\bin;C:\PHP;C:\ANT182\bin; c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web P
ages\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSSh ell\Co
mmon7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\Privat
eAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Ja va\j
dk1.6.0_27\bin;
C:\Windows\system32;C:\Win
owsPowerShell\v1.0\;C:\ORA
\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\
les\Microsoft SQL Server\100\DTS\Binn\;C:\Pr
\bin;C:\PHP;C:\ANT182\bin;
ages\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSSh
mmon7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\Privat
eAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Ja
dk1.6.0_27\bin;
Add the Netbeans bin directory to that
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Do you happen to have amny network drives mapped on your computer?
ASKER
yes, there are a few network drives.
I read this on their site but didn't understand it. What does it mean by move all zip files away from??
This is a JDK bug on Windows. Move all ZIP files away from your the directory you are browsing, e.g. Windows Desktop.
Starting from NetBeans 6.7, you can put "nb.FileChooser.useShellFo lder=false " into netbeans.conf. This option will disable left side places bar and speed up the dialog.
I will put the option in the netbeans.conf file.
let me try that.
Thanks.
I read this on their site but didn't understand it. What does it mean by move all zip files away from??
This is a JDK bug on Windows. Move all ZIP files away from your the directory you are browsing, e.g. Windows Desktop.
Starting from NetBeans 6.7, you can put "nb.FileChooser.useShellFo
I will put the option in the netbeans.conf file.
let me try that.
Thanks.
well put it, but I'm not sure it would be convenient without the left side bar - don't knwo exactly what they mean, but it seesm I use that bar a lot
The option you mentioned is probably best first tried at the command line, so open cmd.exe (assuming Windows) and first do the following and let us know what you get
Open in new window