79552501

Date: 2025-04-03 09:24:13
Score: 0.5
Natty:
Report link

Modify your .desktop file to track and kill the Java process when Firefox exits:

Exec=sh -c "java -jar /home/claus/sterlingpdf/Stirling-PDF-with-login.jar & JAVAPID=$!; while ! nc -z localhost 8080; do sleep 1; done; firefox --new-tab http://localhost:8080/; kill $JAVAPID"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: susie