Page 1 of 1

Heli-X unter Linux MINT startet nicht

Posted: 23 Oct 2025 21:48
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)

Re: Heli-X unter Linux MINT startet nicht

Posted: 23 Oct 2025 21:55
by Elmar
AUs irgendeinem Grund geht es jetzt doch...
THema ist also als gelöst zu betrachten.

Re: Heli-X unter Linux MINT startet nicht

Posted: 26 Nov 2025 09:05
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