jhsdb

Attach to a Java process or launch a postmortem debugger to analyze the core dump from a crashed Java Virtual Machine. More information: <https://manned.org/jhsdb>.

Debian Debian
RUN apt-get update && \ apt-get install -y openjdk-12-jdk-headless
Ubuntu
RUN apt-get update && \ apt-get install -y openjdk-9-jdk-headless
Arch Arch Linux
RUN pacman -S --noconfirm jdk10-openjdk
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y openjdk-11-jdk-headless
Fedora
RUN dnf install -y java-9-openjdk-devel-debug-1
Raspbian
RUN apt-get update && \ apt-get install -y openjdk-9-jdk-headless
click the source code to copy install jhsdb on any operating system with command-not-found.com