All current bugs fixed

This commit is contained in:
2026-04-20 20:32:50 -04:00
parent 66f4b46167
commit 6efa9d5c76
17 changed files with 678 additions and 30 deletions
+4 -3
View File
@@ -39,6 +39,7 @@ echo "Executable JAR created at: $BUILD_DIR/j3270.jar"
# ---------------------------------------------------------
# Run the newly packaged JAR
# ---------------------------------------------------------
exec java -Dapple.laf.useScreenMenuBar=true \
-Dapple.awt.application.name=j3270 \
-jar "$BUILD_DIR/j3270.jar" "$@"
#exec java -Dapple.laf.useScreenMenuBar=true \
# -Dapple.awt.application.name=j3270 \
# -jar "$BUILD_DIR/j3270.jar" "$@"
nohup java -jar build/j3270.jar &