zoukankan      html  css  js  c++  java
  • NetBeans IDE 7.0.1

    # ${HOME} will be replaced by JVM user.home system property
    netbeans_default_userdir="${HOME}/.netbeans/7.0"

    # Options used by NetBeans launcher by default, can be overridden by explicit
    # command line switches:
    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 -J-DsvnClientAdapterFactory=commandline"
    # Note that default -Xmx and -XX:MaxPermSize are selected for you automatically.
    # You can find these values in var/log/messages.log file in your userdir.
    # The automatically selected value can be overridden by specifying -J-Xmx or
    # -J-XX:MaxPermSize= here or on the command line.

    # If you specify the heap size (-Xmx) explicitly, 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/FaqGCPauses)

    # Default location of JDK, can be overridden by using --jdkhome <dir>:
    netbeans_jdkhome="C:\Program Files\Java\jdk1.6.0_22"

    # 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.

  • 相关阅读:
    CV大牛/实验室主页
    mendeley使用技巧
    卷积理解与思考
    CMake构建OpenGL项目
    信号与系统学习(2)-跃阶信号
    信号与系统学习(1)-正弦信号和指数信号
    txt转换为mat
    matlab取整函数
    三维观察流水线的理解
    C#中文和UNICODE字符转换方法
  • 原文地址:https://www.cnblogs.com/wangjiangze/p/2400335.html
Copyright © 2011-2022 走看看