1

Does anybody know if netbeans by default uses the hotspot server vm? I'm trying to figure out if that would be an option of not. Thanks!

-roger-

rogerdpack
  • 62,887
  • 36
  • 269
  • 388

1 Answers1

1

It seems to be this option to make NetBeans run 'java -server' instead of just java:

netbeans -J-server

Note: in term of raw performance though, this might not be the most important option to use.
See Java Settings for Netbeans 6.8 on OSX 10.5.8 to avoid 100% cpu usage

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • That looks like the right answer (and the link is splendid, BTW). For some reason I cannot seem to be able to co-erce netbeans on windows to actually accept the param: -J-server even specifying an appropriate jdk and all. Anybody had any success with this? – rogerdpack May 16 '11 at 17:39
  • @rogerpack: did you copy-paste the -J-server from this answer? Because sometime this can happen: http://stackoverflow.com/questions/169713/whats-the-toughest-bug-you-ever-found-and-fixed/170148#170148 – VonC May 16 '11 at 18:19