タグ

ブックマーク / docs.oracle.com (1)

  • java

    Synopsis java [options] classname [args] java [options] -jar filename [args] javaw [options] classname [args] javaw [options] -jar filename [args] options Command-line options separated by spaces. See Options. classname The name of the class to be launched. filename The name of the Java Archive (JAR) file to be called. Used only with the -jar option. args The arguments passed to the main() method

    lore
    lore 2014/12/18
    JavaSE8のoption(実行時引数)の一覧。検索だと少し見つけにくいのでブクマしておく。
  • 1