⚠️ This issue only affects versions up to 2024.7.0
Newer versions include their own Java and are not affected by this issue.
This error means that ABRA Flexi is being launched with a newer version of Java that no longer includes the java.xml.ws module. For these older versions, ABRA Flexi requires an older version of Java (typically Java 8).
How to resolve the issue:
Check the current Java version:
java -version
List available Java installations:
update-alternatives --display java
Set a supported version:
sudo update-alternatives --config java
Select the appropriate Java version and restart Flexi
