Skip to content

Commit

Permalink
Manifest/jar/command details
Browse files Browse the repository at this point in the history
  • Loading branch information
AvaAvarai committed Aug 6, 2024
1 parent 99aeed6 commit 065d4e4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added JTabViz.jar
Binary file not shown.
1 change: 1 addition & 0 deletions MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Main-Class: src.CsvViewer
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ javac -cp ".;libs/*" src/CsvViewer.java
java -cp ".;libs/*" src/CsvViewer
```

4 (optional); Compile a jar

```sh
jar cfm JTabViz.jar MANIFEST.MF -C src .
```

5 (optional); Run from jar

```sh
java -cp ".;libs/*;JTabViz.jar" src.CsvViewer
```

## License

The software is freely available under the MIT license see `LICENSE` for full details.

0 comments on commit 065d4e4

Please sign in to comment.