• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Netbeans 6.1 too slow

 
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have dell machine (2.8ghz P4 and 512 MB RAM) .In my machine netbeans takes around 12 to 20 seconds to start.

Please help me ...

Thanks in advance !!
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't see that as a major problem. Netbeans is an IDE and not a basic editor. How long does MS Office or OpenOffice take to load?
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"ashish",
Please check your private messages.
-DOM
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Net beans is best IDE (Only IDE you need ), with all good feature , which are directly copied by some Eclipse version ..

Ya , its only problem is , Its Slow ! , Please SUN engineer make it little bit fast .
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does NetBean use Swing? That may be part of the issue. Eclipse uses SWT which sits at a level between AWT and Swing and tends to perform better.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe reverting back to NetBeans 5 will help. I tried IntelliJ 6 a while back, and found it too slow to be usable on my main machine (which is a few years old). But IntelliJ 5 runs just fine.

Developers generally have speedy machines with lots of RAM, which is why IDEs tend to make use of (and even require) those features. I wouldn't bet on any future versions to get any faster, although they may offer more features at the same speed.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by David O'Meara:
Does NetBean use Swing? That may be part of the issue.


No. The idea that Swing is slow was true in the days of Java 1.2 and 1.3, but that's long ago. Swing is not noticeably slower than any other GUI toolkit.

The most likely cause is that you have only 512 MB of RAM. Try plugging in more memory in your computer.
[ June 27, 2008: Message edited by: Jesper Young ]
 
Bartender
Posts: 2662
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
NetBeans is not slow once it has started
 
Fidel Edwards
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanking to all of you as you had an eye in my question .
But can any body tell me that how can i make netbeans 6.1 more faster than it is now ??

Because it get stuck as it start loading module ....!

One more question ..

How can i design struts html/jsp page in netbeans 6.1 as we do in Dreamweaver or Myeclipse 4.1+


Thanking all of you in advance.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"ashish",
Please check your private messages.
-Ben
 
Jan Cumps
Bartender
Posts: 2662
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Although minimal requirement is 512 MB, NetBeans recommends 1 GB of memory.
[ June 27, 2008: Message edited by: Jan Cumps ]
 
Rancher
Posts: 4804
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by ashish:Thanking to all of you as you had an eye in my question . But can any body tell me that how can i make netbeans 6.1 more faster than it is now ??



Get more memory. Its slow to startup, but I only do that once a day. But its big, and can include Tomcat or Glassfish, and other stuff that gets big fast.

Actually, I can't stand Windows at all with only 512MB. I'd go to 2GB, and you'll be a lot happier.
 
Ranch Hand
Posts: 759
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The problem is the memory is only 512 MB. The other problem might be your Antivirus agressively scanned your NetBeans during startup. Try to turn of your antivirus and restart your NetBeans.

My laptop is 1.83 GHz core 2 duo and has 3 GB Memory. It runs fine.

My old laptop is 1.73 GHz centrino and has 1.5 GB Memory. It runs fairly good.

I hope this can help
 
Ranch Hand
Posts: 445
Android Eclipse IDE Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try increase the memory to 1GB or more if you can. Then another case is my System Configuration is [email protected] with 2GB of RAM.In my system too the NetBeans 6.1 took around 8 seconds to load.There is no wonder it's slow for you. Then you may find some nice tutorials online to use NetBeans to code Struts or whatever else. You may find it in netbeans site too.Hope that helps you
 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apart from increasing the RAM, if there is a configurable/customizing option of the features while loading the Netbeans, you can probably exclude them to expedite
 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess the only way is to add more RAM. I have 2 GB of RAM and my Netbeans runs just fine. In fact NetBeans 6.1 start up has gotten better compare to NetBeans 6.0. If you have so many modules installed, that's probably the reason why the start up is a bit slow.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't see your problem as an major issue. I'm having major problems with Netbeans 6.1 however.

My machine is a 2.13 Ghz core 2 due, with 4 GB RAM. When starting Netbeans I can expect an upstart time at 51 MINUTES!!! That is a new known recort.

What can possible be the reason for that?? I have heard that some chache filen can build up and cause it to slow down. The thing is that the entire system is only 2 months old and worked fine when fully installed. All other applications are running fine, only Netbeans are causing problems.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suspect network timeouts. But you can verify this by taking a few thread dumps during startup.

Are you running a clean install of NeatBeans, or have you added any plugins? If you have added plugins, I suggest reinstalling NetBeans and ensuring that a clean install starts in a decent amount of time. Then add plugins one at a time, starting up up after each one - that should help isolate which plugin has an issue.
 
molle barb
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you please specify what you mean? I do not understand what you want me to do. What is "thread dumps"? And when to run them??

During computer startup or Netbeans startup?? And why is it that it builds up over time but works just fine when installed??
 
molle barb
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some plugins are installed, I'm not too sure what. But a network timeout is not out of the question. When Netbeans chrashes our F-secure sucks resources, but disableing F-secure has no effect.
reply
    Bookmark Topic Watch Topic
  • New Topic