lib/Tools/java_monitor
author wenzelm
Wed, 19 Jul 2023 11:40:00 +0200
changeset 78404 b66b6cc1eb8c
parent 74360 9e71155e3666
permissions -rwxr-xr-x
add option "build_context" in anticipation of AFP entries that require special tricks in Isabelle/ML (NB: system component settings are unavailable in AFP);

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: monitor another Java process

isabelle java "-Dapple.awt.application.name=Java Monitor" --add-opens jdk.jconsole/sun.tools.jconsole=ALL-UNNAMED isabelle.Java_Monitor "$@"