This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262345

Summary: Netbeans won't start
Product: ide Reporter: maxoudela
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P1    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description maxoudela 2016-06-06 10:00:24 UTC
I have installed Netbeans and updated all my plugins. Right after doing that, when I want to start Netbeans, nothing happens.

If I start it with the command line, I have 

Unknown option -L-XX:MaxPermSize=256m 

shown in the CLI..

Only work-around is to uninstall Netbeans et re-install it. Thing is I cannot update my plugins or make my IDE up to date because I don't which of these updates break the IDE..
Comment 1 maxoudela 2017-04-20 14:16:16 UTC
Upgrading to Netbeans 8.2 resolves the issue.
Comment 2 Jiri Sedlacek 2017-05-15 13:33:13 UTC
The option should be '-J-XX:MaxPermSize=256m' - probably misconfigured in netbeans.conf file (http://wiki.netbeans.org/FaqNetbeansConf).