From: Fred T. Hamster Date: Tue, 3 Feb 2026 02:38:45 +0000 (-0500) Subject: new file listing the kona java dependencies X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fdev;p=feisty_meow.git new file listing the kona java dependencies seems like a handy thing, and i'd rather not have to re-learn this yet again... --- 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 + +