NetBeans Startup Settings - plugin detailCurrently to add or change any NetBeans parameter (font size, jvm argument, look and feel), a etc/netbeans.conf file needs to be edited. So this module, can make it easy to change those parameters in a graphical interface. It is capable to maintain a list of JDK and user directories.
[ You have to be logged in to be able to comment. ] User CommentsSome issues on Windows
Backslashes for paths are or not shown in the window, empty spaces in paths are interpreted as separators.
Posted by jiai on Jun 05, 2008
Re: Some issues on Windows
Dear jiai, I will do additional testing on windows. Thanks for reporting.
Posted by claudio4j on Jun 05, 2008
Issues FIXED
I want to share with you, there is a new version (0.3) that fixes the previous erros noted by David. See the changelog to get more information about the errors. http://nbmodules.javaforge.com/changelog.wki
Thanks.
Posted by claudio4j on Apr 30, 2008
Errors
David, thanks for your comments.
I am going to fix this and submit an update to the portal plugin, this week. I am sorry for the inconvenience.
Posted by claudio4j on Apr 12, 2008
Problems
I really like the idea of this plugin but it has some rough spots.
It changed this: # ${HOME} will be replaced by JVM user.home system property netbeans_default_userdir="${HOME}/.netbeans/6.0" # Options used by NetBeans launcher by default, can be overridden by explicit # command line switches: #netbeans_default_options="-J-Dcom.sun.aas.installRoot=/Applications/NetBeans/glassfish-v2ur1 -J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true" netbeans_default_options="-J-Dcom.sun.aas.installRoot=/Applications/NetBeans/glassfish-v2ur1 -J-client -J-Xss2m -J-Xms512m -J-Xmx1024m -J-XX:PermSize=256m -J-XX:MaxPermSize=256m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true -J-XX:+UseParallelGC --fontsize 14" # (Note that a default -Xmx is selected for you automatically.) # If you specify the heap size (-Xmx) explicitely, you may also want to enable # Concurrent Mark & Sweep garbage collector. In such case add the following # options to the netbeans_default_options: # -J-XX:+UseConcMarkSweepGC -J-XX:+CMSClassUnloadingEnabled -J-XX:+CMSPermGenSweepingEnabled # (see http://wiki.netbeans.org/wiki/view/FaqGCPauses) # Default location of JDK, can be overridden by using --jdkhome into this: ###properties written by nb-settings module netbeans_default_userdir="/Users/David/.netbeans/6.0temp2" netbeans_default_options="-J-Dcom.sun.aas.installRoot=/Applications/NetBeans/glassfish-v2ur1 -J-client -J-Xss2m -J-Xms512m -J-Xmx1024m -J-XX:PermSize=256m -J-XX:MaxPermSize=256m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true -J-XX:+UseParallelGC --fontsize 14" netbeans_jdkhome="System/Library/Frameworks/JavaVM.framework/Versions/1.6/Hom" As you can see my "netbeans_jdkhome" setting is incorrect which means I can't start NetBeans. You should also probably mention in your documentation that you can restore the settings from "netbeans-original.conf".
Posted by dbotterill on Apr 11, 2008
What ?
Dear takerisk, thanks for give feedback about this plugin.
- can you say WHAT is not working ? Just saying it doesn't work, unfortunately doesn't help. - what is your system environment (OS, JDK, netbeans) ? Thanks
Posted by claudio4j on Apr 09, 2008
NetBeans Startup Settings
This plugin doesn't work. Please do not post plugins that are that low in version and quality.
Posted by takerisk on Apr 09, 2008
|