FaqPropertyOptions
What are the optional NetBeans command line properties and options?
Use the netbeans.conf file to pass in command line properties and options as values to the "netbeans_default_options" key, such as the below:
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=384m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dconfig.level=100"
- JVM Options
| Option | Description | Example | Comments |
|---|---|---|---|
| -J-Dapple.laf.useScreenMenuBar | |||
| -J-Dapple.awt.graphics.UseQuartz | |||
| -J-Dawt.useSystemAAFontSettings | |||
| -J-client | |||
| -J-ea | |||
| -J-Dswing.aatext | |||
| -J-Dsun.java2d.noddraw | |||
| -J-Xss2m | |||
| -J-Xms32m | |||
| -J-XX:PermSize | |||
| -J-XX:MaxPermSize |
- NetBeans Options
- Related Issues & Documents
- http://netbeans.org/bugzilla/show_bug.cgi?id=19781
- http://netbeans.org/bugzilla/show_bug.cgi?id=184840
- http://netbeans.org/bugzilla/show_bug.cgi?id=131233
- http://blogs.oracle.com/geertjan/entry/enhance_netbeans_platform_appearance_without
- http://bits.netbeans.org/dev/javadoc/org-openide-util/org/openide/util/doc-files/logging.html
Applies to: NetBeans 4.x, 5.x, 6.x, 7.x
Platforms: All
