Actual behavior
JavaFX prints a warning when launching the application:
WARNUNG: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @4582bfcc'
While this is not a very big issue and the application runs just fine, this should be taken care of at some point.
The source of the issue seems to be related to javafx being loaded from the classpath rather than a module path (?).
Reproduce
Run AppLauncher from your IDE or ide gui. Both will show the warning.
Expected behavior
Warning should not be printed and javafx should be loaded correctly.
IDEasy status
IDE_ROOT is set to ~/projects
IDE_HOME is set to ~/projects/project
Your version of IDEasy is 2026.05.001.
Your are using the latest version of IDEasy and no update is available.
Your operating system is windows(10.0)@x64 [Windows 11@amd64]
You are online.
Found bash executable at: C:/Program Files/Git/usr/bin/bash.***
Found git executable at: C:/Program Files/Git/***/git.***
Your settings are up-to-date.
Successfully completed ide (status)
Related/Dependent issues
No response
Comments/Hints
No response
Actual behavior
JavaFX prints a warning when launching the application:
WARNUNG: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @4582bfcc'While this is not a very big issue and the application runs just fine, this should be taken care of at some point.
The source of the issue seems to be related to javafx being loaded from the classpath rather than a module path (?).
Reproduce
Run
AppLauncherfrom your IDE oride gui. Both will show the warning.Expected behavior
Warning should not be printed and javafx should be loaded correctly.
IDEasy status
Related/Dependent issues
No response
Comments/Hints
No response