1 #
   2 # Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Translators please note do not translate the options themselves
  27 java.launcher.opt.header  =   用法: {0} [-options] class [args...]\n\           (執行類別)\n   或  {0} [-options] -jar jarfile [args...]\n\           (執行 jar 檔案)\n選項包括:\n
  28 
  29 java.launcher.opt.datamodel  =\    -d{0}\t  使用 {0} 位元資料模型 (如果有的話)\n
  30 java.launcher.opt.vmselect   =\    {0}\t  選取 "{1}" VM\n
  31 java.launcher.opt.hotspot    =\    {0}\t  是 "{1}" VM 的同義字  [已不再使用]\n
  32 
  33 java.launcher.ergo.message1  =\                  預設的 VM 為 {0}
  34 java.launcher.ergo.message2  =\                  因為您正在伺服器類別機器上執行。\n
  35 
  36 # Translators please note do not translate the options themselves
  37 java.launcher.opt.footer     =\    -cp <class search path of directories and zip/jar files>\n\    -classpath <class search path of directories and zip/jar files>\n\                  搜尋類別檔案之目錄、JAR 存檔\n\                  和 ZIP 存檔的以{0}分隔的清單。\n\    -D<name>=<value>\n\                  設定系統屬性\n\    -verbose[:class|gc|jni]\n\                  啟用詳細資訊輸出\n\    -version      列印產品版本並結束\n\    -version:<value>\n\                  需要指定的版本才能執行\n\    -showversion  列印產品版本並繼續\n\    -jre-restrict-search | -no-jre-restrict-search\n\                  在版本搜尋中包括/排除使用者專用 JRE\n\    -? -help      列印此說明訊息\n\    -X            列印非標準選項的說明\n\    -ea[:<packagename>...|:<classname>]\n\    -enableassertions[:<packagename>...|:<classname>]\n\                  啟用具有指定詳細程度的宣告\n\    -da[:<packagename>...|:<classname>]\n\    -disableassertions[:<packagename>...|:<classname>]\n\                  停用具有指定詳細程度的宣告\n\    -esa | -enablesystemassertions\n\                  啟用系統宣告\n\    -dsa | -disablesystemassertions\n\                  停用系統宣告\n\    -agentlib:<libname>[=<options>]\n\                  載入原生代理程式程式庫 <libname>,例如 -agentlib:hprof\n\                  另請參閱 -agentlib:jdwp=help 與 -agentlib:hprof=help\n\    -agentpath:<pathname>[=<options>]\n\                  使用完整路徑名稱載入原生代理程式程式庫\n\    -javaagent:<jarpath>[=<options>]\n\                  載入 Java 程式語言代理程式,請參閱 java.lang.instrument\n\    -splash:<imagepath>\n\                  顯示指定影像的軟體資訊畫面\n請參閱 http://java.sun.com/javase/reference,暸解詳細資訊。
  38 
  39 # Translators please note do not translate the options themselves
  40 java.launcher.X.usage=\    -Xmixed           混合模式執行 (預設)\n\    -Xint             僅限解譯模式執行\n\    -Xbootclasspath:<以 {0} 分隔的目錄和 zip/jar 檔案>\n\                      設定啟動安裝類別和資源的搜尋路徑\n\    -Xbootclasspath/a:<以 {0} 分隔的目錄和 zip/jar 檔案>\n\                      附加在啟動安裝類別路徑的結尾\n\    -Xbootclasspath/p:<以 {0} 分隔的目錄和 zip/jar 檔案>\n\                      附加在啟動安裝類別路徑的前面\n\    -Xdiag            顯示其他的診斷訊息\n\    -Xnoclassgc       停用類別資源回收\n\    -Xincgc           啟用漸進資源回收\n\    -Xloggc:<file>    利用時戳將 GC 狀態記錄至檔案中\n\    -Xbatch           停用背景編譯\n\    -Xms<size>        設定起始 Java 堆集大小\n\    -Xmx<size>        設定 Java 堆集大小上限\n\    -Xss<size>        設定 Java 執行緒堆疊大小\n\    -Xprof            輸出 CPU 分析資料\n\    -Xfuture          啟用最嚴格的檢查,預先做為將來的預設\n\    -Xrs              減少 Java/VM 使用作業系統信號 (請參閱文件)\n\    -Xcheck:jni       執行其他的 JNI 函數檢查\n\    -Xshare:off       不嘗試使用共用類別資料\n\    -Xshare:auto      儘可能使用共用類別資料 (預設)\n\    -Xshare:on        需要使用共用類別資料,否則失敗。\n\    -XshowSettings    顯示所有設定值並繼續\n\    -XshowSettings:all\n\                      顯示所有設定值並繼續\n\    -XshowSettings:vm 顯示所有 VM 相關設定值並繼續\n\    -XshowSettings:properties\n\                      顯示所有屬性設定值並繼續\n\    -XshowSettings:locale\n\                      顯示所有地區設定相關設定值並繼續\n\n -X 選項不是標準選項,若有變更不另行通知。\n
  41 
  42 java.launcher.cls.error1=錯誤: 找不到或無法載入主要類別 {0}
  43 java.launcher.cls.error2=錯誤: 主要方法不是類別 {1} 中的 {0},請定義主要方法為:\n\   public static void main(String[] args)
  44 java.launcher.cls.error3=錯誤: 主要方法必須傳回類別 {0} 中 void 類型的值, \n請定義主要方法為:\n\   public static void main(String[] args)
  45 java.launcher.cls.error4=錯誤: 在類別 {0} 中找不到主要方法,請定義主要方法為:\n\   public static void main(String[] args)
  46 java.launcher.jar.error1=錯誤: 嘗試開啟檔案 {0} 時發生未預期的錯誤
  47 java.launcher.jar.error2=在 {0} 中找不到資訊清單
  48 java.launcher.jar.error3={0} 中沒有主要資訊清單屬性