2021年12月25日 星期六

5.2 在命令列(command line)使用模組指令選項-jar

java指令一樣,指令jar也具備選項可以描述一個模組,如下:

jar 
--file mods/zoo.animal.feeding.jar 
--describe-module

【說明】

2

使用選項--file指定JAR檔案位置,可以使用-f取代。

3

使用選項--describe-module描述模組JAR檔案內容,可以使用-d取代。

輸出結果和使用java指令描述模組略有不同,主要差別在行1尾端:

【結果】

1

zoo.animal.feeding jar:file:///C:/java11/code/zoo.staff/mods/zoo.animal.feeding.jar/!module-info.class

2

exports zoo.animal.feeding

3

requires java.base mandated

不過並沒有甚麼特殊意涵。只要了解選項「--describe-module」可以同時用於指令javajar即可。


沒有留言:

張貼留言