Skip to content

Commit dce6447

Browse files
committed
ant build script; dist/jar without errors; new path for classgraph
1 parent e16114d commit dce6447

12 files changed

+79
-449
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ This new version of the program features new additions inspired by Timo Bingmann
1616

1717
**If you are experiencing performance issues in Windows 10, look here: https://superuser.com/questions/988379/how-do-i-run-java-apps-upscaled-on-a-high-dpi-display
1818

19+
To build (After -cp, use ";" with Windows and ":" with Mac/Linux):
20+
'''
21+
ant
22+
java -cp bin;lib/classgraph-4.8.47.jar main.ArrayVisualizer
23+
'''
24+
1925
An executable .jar file is available in the dist folder. Have fun!
2026

2127
Videos this program is featured in:

bin/SortPrompt.form

Lines changed: 0 additions & 138 deletions
This file was deleted.

bin/UtilFrame.form

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)