Search code examples
javanetbeansjvm-hotspot

is there a way to make netbeans use the hotspot server vm


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-


Solution

  • 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