Added classes from old Cauldron (NON TESTED / BROKEN!)

This commit is contained in:
2026-06-16 19:59:48 +02:00
parent b8bf70a178
commit 5b62bd8d12
100 changed files with 6910 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ DEBUG_SUSPEND="${DEBUG_SUSPEND:-y}"
echo "Starting NenjimHub in DEBUG mode on port ${DEBUG_PORT} (suspend=${DEBUG_SUSPEND})"
exec java \
--enable-preview \
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=${DEBUG_SUSPEND},address=*:${DEBUG_PORT}" \
-Dlog4j.configurationFile=conf/log4j2.xml \
-cp "$CLASSPATH" \