How to solve the JVM creation failed error when starting Netbeans

For those working with NetBeans on a Windows ( for sure XP and Vista ) machine this error is well known.
Do not worry, fix is very simple, just add an extra option in the configuration file.
You can find netbeans.conf under
C:\Program Files\NetBeans\etc
This is the original conf row
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true"
Simply add this extra parameter to the above row
-J-XX:MaxPermSize=128m
Finally the row looks like
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=128m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true"
Restart NetBeans and enjoy coding.
Comments
Giovanni Torres (not verified)
23/07/2011
Permalink
Perfect
Thanks, you really solve the problem
Afonso Lage (not verified)
12/08/2011
Permalink
Thanks
Thanks for help! I tried many others ways, but only this worked for me!
Tony Nguy (not verified)
17/08/2011
Permalink
Thanks
Thank you for your help.
SMPatel (not verified)
28/08/2011
Permalink
great man, thanks a lot....
great man, thanks a lot....
Anonymous (not verified)
22/09/2011
Permalink
thanks a lot this worked for
thanks a lot this worked for me ;-)
Charles Whealton (not verified)
24/09/2011
Permalink
Thanks!
You absolutely rock!
Anonymous (not verified)
04/10/2011
Permalink
Thanks! Work perfectly
Thanks!
Work perfectly
Anonymous (not verified)
16/10/2011
Permalink
Phew, it finally works.
Phew, it finally works. Thanks so much !
Cheers !
Patti (not verified)
05/01/2012
Permalink
Thanks!
Thanks!
Anonymous (not verified)
13/01/2012
Permalink
THANK YOU SO MUCH!
I have spend literally weeks trying to fix my NetBeans 7.1, I had gone through so many "official" NetBeans forums searching for an answer. And finally I reach this page and fix it. THANK YOU!
kaushal shah (not verified)
19/01/2012
Permalink
it really helped thanks
it really helped
thanks
Add new comment