Java 教程是为 JDK 8 编写的。本页中描述的示例和实践未利用在后续版本中引入的改进。
Next, create a JAR file containing the Count.class
file. Type the following in your command window:
jar cvf Count.jar Count.class
This creates a JAR file, Count.jar
, and places the Count.class
file inside it.