Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Supported Java versions for Nuclos: Java 8 (minimum), Java 11 (recommended, LTS) and Java 17. OpenJDK-compatible, HiDPI and reflection notes.

globe with meridians Language: Deutsch · English

open book Java versions

Which Java version for Nuclos? In short: Java 11 (LTS) recommended, Java 8 minimum, Java 17 supported.

Status
colourGrey
titleReferenz
Status
colourBlue
titleBeginner
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

Recommendation at a glance

NuclosJavaStatus
from 4.22Java 8 (min. 8u144)Minimum
currentJava 11 (LTS)Recommended
from 4.2023.31Java 17 (LTS)Supported (Rich Client with caveats)
Info
titleInfo

Nuclos is compatible with OpenJDK – no Java license costs. Use a 64-bit JDK.

Tipp
titleRecommendation

Java 11 is an LTS release and currently the best choice for both server and Rich Client.

Java 17

Java 17 is supported from Nuclos 4.2023.31. Server and Web Client run fully on Java 17; the Rich Client has two known caveats:

HiDPI (Rich Client on Windows)

With Windows scaling > 100 % the Rich Client UI may look blurry. Fix it via a VM option in the Launcher (Settings > Java configuration > JAVA_VMARGS):

Codeblock
"-Dsun.java2d.uiScale.enabled=false"

For very high-resolution 4K displays, use a fixed scale instead:

Codeblock
"-Dsun.java2d.uiScale=2.0"

Missing reflection arguments

If an extension/third-party library reports an InaccessibleObjectException, add the matching --add-opens argument – on the server via the installer (Additional JVM arguments), in the Rich Client via the Launcher (JAVA_VMARGS), e.g.:

Codeblock
--add-opens=java.base/java.net=ALL-UNNAMED
Hinweis
titleNote

Java 8 is still supported as a minimum but outdated. For new installs we recommend Java 11 or 17.

Related pages

gear System requirements (DE)


All prerequisites at a glance.

Open →

rocket Installation (DE)


Install Nuclos.

Open →