Heli-X unter Linux MINT startet nicht

Installation and usage on Linux / Installation unter Linux
Post Reply
Elmar
Posts: 2
Joined: 23 Oct 2025 21:40

Heli-X unter Linux MINT startet nicht

Post by Elmar »

Hallo,
ich habe die neueste Version von Linux MINT installiert und nun bekomme ich die Heli_X Programm nicht mehr erkannt und gestartet.
Der manuelle AUfruf mit Fehlersuche gibt folgendes Ergebn


Unrecognized VM option 'UseConcMarkSweepGC'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.[/size][/b]


Unter der alten Linux Mint Version hatte ich keine Probleme!

WOran kann es liegen ?
Habe die aktuelle Linux Version von Heli_X versucht und die 4,2

Ohne Erfolg

Hat jemand einen Tip, was ich noch tun kann (muss)
Elmar
Posts: 2
Joined: 23 Oct 2025 21:40

Re: Heli-X unter Linux MINT startet nicht

Post by Elmar »

AUs irgendeinem Grund geht es jetzt doch...
THema ist also als gelöst zu betrachten.
Michalxo
Posts: 1
Joined: 26 Nov 2025 08:50

Re: Heli-X unter Linux MINT startet nicht

Post by Michalxo »

Hey!
I had same issue on my Fedora 41. I don't recall exactly what was fix either/both removing

Code: Select all

-XX:+UseConcMarkSweepGC
from start-up script and/or downgrading JDK. (But avoid using old JDK's 8 or 11)
IIRC you have to change java/JDK to older version (8 or 11). You can use sdkman to manage whole java ecosystem.

I was just trying to reproduce it again using fresh installation/unpack of tar.gz, but it works for me out of the box now.

Code: Select all

This happens because HELI-X was bundled with JVM startup options that use a garbage collector removed in newer Java versions.
UseConcMarkSweepGC (CMS) was deprecated in Java 9, Removed entirely in Java 14+
If you try to run HELI-X with Java 17, Java 21, etc., the JVM no longer recognizes the option → startup fails with exactly this error
Post Reply