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

  • 相关阅读:
    《高级软件测试》web测试实践--12月30日记录
    JUnit单元测试遇到的问题及解决思路
    静态代码检查报告
    召开小组评审会
    小组评审会前准备
    软工1701班06组白盒测试实践任务分配
    《高级软件测试》11.30.学习编写自动化测试脚本
    《高级软件测试》11.29.学习编写自动化测试脚本
    新博客
    Java中的NIO学习(一、缓冲区与Buffer)
  • 原文地址:https://www.cnblogs.com/guanghuiqq/p/8818897.html
Copyright © 2011-2022 走看看