From aecb36ff2229b1a2276ec73b3c43cd2dd32b453c Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Mon, 2 Feb 2026 21:38:45 -0500 Subject: [PATCH] new file listing the kona java dependencies seems like a handy thing, and i'd rather not have to re-learn this yet again... --- kona/kona_dependencies.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kona/kona_dependencies.txt diff --git a/kona/kona_dependencies.txt b/kona/kona_dependencies.txt new file mode 100644 index 00000000..e14300e1 --- /dev/null +++ b/kona/kona_dependencies.txt @@ -0,0 +1,23 @@ + +to build the feisty meow kona code for java, these packages +need to be set up as external jars on the classpath: + +(my personal approach is to unpack the archive file to a known +location and use that location as the path for the external jar.) + +apache commons logging +https://commons.apache.org/logging/download_logging.cgi + +apache commons compress +https://commons.apache.org/compress/download_compress.cgi + +apache commons io +https://commons.apache.org/io/download_io.cgi + +apache commons lang +https://commons.apache.org/lang/download_lang.cgi + +apache log4j +https://logging.apache.org/log4j/2.x/download.html + + -- 2.34.1