乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      One java.exe for all java versions

       lwj888 2007-03-25
      I accidentally found one useful feature of Java that I didn‘t know about. I have many Java versions installed because some programs I have only run with some or because I need to test a program with a specific version. Until now to run a program with a specific Java version I used the full path to the java.exe or javaw.exe of the specific version. But I just learned that with the "-version" command line parameter not only shows the version but also let‘s us specify one to use with the form "-version:x" where x is a Java version. Probably it‘s just searchs for public installed JVMs and wouldn‘t find privately installed ones.
      Curiously it understand "-version:1.5" to use the higher 1.5 version I have installed, but it doesn‘t found  the 1.4.2_12 when I used "-version:1.4".

      Examples: I have installed java 1.4.2_12, 1.5.0_08, 1.5.0_10 and 1.6.0.

      c:\>java -version java version "1.6.0"
      Java(TM) SE Runtime Environment (build 1.6.0-b105)

      Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)

      c:\>java -version:1.5 -version
      java version "1.5.0_10"

       Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
      Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode, sharing)

      c:\>java -version:1.5.0_08 -version
      java version "1.5.0_08"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
      Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)

      c:\>java -version:1.5.0_09 -version
      Unable to locate JRE meeting specification "1.5.0_09"

      c:\>java -version:1.4 -version
      Unable to locate JRE meeting specification "1.4"

      c:\>java -version:1.4.2 -version
      Unable to locate JRE meeting specification "1.4.2"

      c:\>java -version:1.4.2_09 -version
      Unable to locate JRE meeting specification "1.4.2_09"

      c:\>java -version:1.4.2_12 -version
      java version "1.4.2_12"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
      Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)

        本站是提供個人知識管理的網(wǎng)絡存儲空間,所有內容均由用戶發(fā)布,不代表本站觀點。請注意甄別內容中的聯(lián)系方式、誘導購買等信息,謹防詐騙。如發(fā)現(xiàn)有害或侵權內容,請點擊一鍵舉報。
        轉藏 分享 獻花(0

        0條評論

        發(fā)表

        請遵守用戶 評論公約

        類似文章 更多