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

孤街浪徒 提交于 2019-12-11 07:30:41

问题


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-


回答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



来源:https://stackoverflow.com/questions/6003453/is-there-a-way-to-make-netbeans-use-the-hotspot-server-vm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!