我的netbeans的配置记录

一直在实用natbeans作为开发工具,netbeans除了对jsp的可视化(当然不是vmp)有点郁闷之外,其他的真的很不错,上次重装系统,将netbeans的配置搞忘记了。。现在找回来了。记录下:(指的是 netbeans安装目录下的netbeans.conf文件
# ${HOME} will be replaced by JVM user.home system property
netbeans_default_userdir="${HOME}/.netbeans/6.5m1"

# Options used by NetBeans launcher by default, can be overridden by explicit
# command line switches:
netbeans_default_options="-J-Dorg.netbeans.modules.tomcat.autoregister.token=1215780058796 -J-Dorg.netbeans.modules.tomcat.autoregister.catalinaHome=\"F:\Apache Tomcat 6.0.16\" -J-Dorg.glassfish.v3.installRoot=\"F:\glassfish-v3tp2\" -J-Dcom.sun.aas.installRoot=\"F:\glassfish-v2ur2\" -J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Dnetbeans.logger.console=true -J-ea -J-Dswing.useSystemFontSettings=false -Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true --fonsize 12 -J-Dorg.netbeans.spi.java.project.support.ui.packageView.USE_TREE_VIEW=true"
# Note that a default -Xmx is selected for you automatically.
# You can find this value in var/log/messages.log file in your userdir.
# The automatically selected value can be overridden by specifying -J-Xmx here
# or on the command line.

# 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 <dir>:
netbeans_jdkhome="E:\javaTools\jdk1.6"

# Additional module clusters, using ${path.separator} (';' on Windows or ':' on Unix):
#netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"

# If you have some problems with detect of proxy settings, you may want to enable
# detect the proxy settings provided by JDK5 or higher.
# In such case add -J-Djava.net.useSystemProxies=true to the netbeans_default_options.

你可能感兴趣的:(jvm,tomcat,J#,Netbeans,Glassfish)