Skip to content

Commit

Permalink
change Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
eskopp authored Nov 20, 2023
1 parent 4bbf780 commit 736ca1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ javac -Xlint:unchecked ./javacrypt/*.java


#### Build JAR-File
The command ``jar cfm MyCrypt.jar ./makefile.txt javacrypt/*.class`` creates a JAR (Java Archive) file named ``MyCrypt.jar`` with the specified manifest file (``makefile.txt``) and includes all the class files (``*.class``) in the ``javacrypt`` directory.
The command ``jar cfm MyCrypt.jar ./manifest.mf javacrypt/*.class`` creates a JAR (Java Archive) file named ``MyCrypt.jar`` with the specified manifest file (``manifest.mf``) and includes all the class files (``*.class``) in the ``javacrypt`` directory.

```shell
jar cfm JavaCrypt.jar manifest.mf javacrypt/*.class
Expand Down

0 comments on commit 736ca1e

Please sign in to comment.