rogerdpack
rogerdpack

Reputation: 66751

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-

Upvotes: 1

Views: 549

Answers (1)

VonC
VonC

Reputation: 1324505

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

Upvotes: 1

Related Questions