Signing Code and Granting It Permissions |
Next, create a JAR file containing theCount.class
file.In your command window, type:
This creates a JAR file namedjar cvf Count.jar Count.classCount.jar
and places theCount.class
file inside it.
Signing Code and Granting It Permissions |