Question

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-

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top