zoukankan      html  css  js  c++  java
  • JVisual 相关help参数

    The launcher has determined that the parent process has a console and will reuse it for its own console output.
    Closing the console will result in termination of the running program.

    启动程序确定父进程有一个控制台,并将它重用为自己的控制台输出。
    关闭控制台将导致正在运行的程序终止。


    Use '--console suppress' to suppress console output.
    Use '--console new' to create a separate console window.

    Usage: launcher {options} arguments

    General options:
    --help show this help
    --jdkhome <path> path to JDK
    -J<jvm_option> pass <jvm_option> to JVM

    --cp:p <classpath> prepend <classpath> to classpath
    --cp:a <classpath> append <classpath> to classpath

    --fork-java run java in separate process
    --trace <path> path for launcher log (for trouble shooting)

    --console suppress supppress console output
    --console new open new console for output

    Module reload options:
    --reload /path/to/module.jar install or reinstall a module JAR file

    其他模块选项:
    --openfile <arg> 打开由 <arg> 指定的文件,该文件可能是应用程序快照、N
    etBeans Profiler 快照或 HPROF 堆 dump。
    --modules
    --refresh 刷新所有目录
    --list 打印所有模块, 模块版本和启用状态的列表
    --install <arg1>...<argN> 将提供的 JAR 文件作为模块安装
    --disable <arg1>...<argN> 禁用指定代码库名称的模块
    --enable <arg1>...<argN> 启用指定代码库名称的模块
    --update <arg1>...<argN> 更新所有模块或指定的模块
    --update-all 更新所有模块
    --extra-uc <arg> 添加额外的更新中心 (URL)
    --openjmx <arg> 打开 JMX 连接 (主机:端口) 指定的应用程序
    --openid <arg> 打开 id 为 <arg> 的应用程序
    --openpid <arg> 打开进程 id 为 <arg> 的应用程序

    Core options:
    --laf <LaF classname> use given LookAndFeel class instead of the default
    --fontsize <size> set the base font size of the user interface, in points
    --locale <language[:country[:variant]]> use specified locale
    --userdir <path> use specified directory to store user settings
    --cachedir <path> use specified directory to store user cache, must be dif
    ferent from userdir
    --nosplash do not show the splash screen

  • 相关阅读:
    C++中重载、重定义、重写概念辨析
    虚函数,抽象函数
    取出一个int的每一位,用算法
    Typedef和define
    枚举
    基于 ThinkPHP 3.2.3 的页面静态化功能的实现
    骑行在华盛顿 针对320万次共享单车骑行数据的分析
    骑行在华盛顿 针对320万次共享单车骑行数据的分析
    分析了10个垂直行业后,告诉你大数据应用面临哪些挑战
    分析了10个垂直行业后,告诉你大数据应用面临哪些挑战
  • 原文地址:https://www.cnblogs.com/guanghuiqq/p/8818897.html
Copyright © 2011-2022 走看看