Bug#1089580: (no subject)

Tobias Wich tobias.wich at electrologic.org
Tue Feb 4 13:26:52 GMT 2025


I faced the same problem today and I guess there is a problem with Java 
11, or at least with the OpenJDK 11 bundled by Debian unstable.

The start script /usr/bin/visualvm has code which always selects Java 
11, when installed. When changing line 80 as follows, it starts properly 
with Java 21.

- for j in /usr/lib/jvm/java-11-openjdk-$ARCH /usr/lib/jvm/default-java; do
+ for j in /usr/lib/jvm/default-java; do

Default java points to the following JVM on my machine: 
java-1.21.0-openjdk-amd64


Hope that helps to reproduce the issue.

Best Regards
Tobias

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-maintainers/attachments/20250204/fee92a8f/attachment.sig>


More information about the pkg-java-maintainers mailing list