All current bugs fixed
This commit is contained in:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user