Skip to content

Commit 065d4e4

Browse files
committed
Manifest/jar/command details
1 parent 99aeed6 commit 065d4e4

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

JTabViz.jar

26 KB
Binary file not shown.

MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Main-Class: src.CsvViewer

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ javac -cp ".;libs/*" src/CsvViewer.java
3939
java -cp ".;libs/*" src/CsvViewer
4040
```
4141

42+
4 (optional); Compile a jar
43+
44+
```sh
45+
jar cfm JTabViz.jar MANIFEST.MF -C src .
46+
```
47+
48+
5 (optional); Run from jar
49+
50+
```sh
51+
java -cp ".;libs/*;JTabViz.jar" src.CsvViewer
52+
```
53+
4254
## License
4355

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

0 commit comments

Comments
 (0)