java.lang.NoClassDefFoundError: java/beans/IntrospectionException if java.desktop
not included
#7580
Labels
bug
Something isn't working
java.desktop
not included
#7580
Describe the bug
In version 1.21.0 (this was probably introduced earlier than that), the agent is failing to initialize in the absence of the
java.desktop
module if you use a JDK built with jlink that does not include this module.Steps to reproduce
java.desktop
module.What did you expect to see?
Initialization works successfully.
What did you see instead?
Initialization crashes with the following exception:
What version are you using?
1.21.0+ (might have been introduced before that)
Environment
Compiler: (e.g., "Adoptium 11.0.7")
OS: (e.g., "Alpine Linux")
The text was updated successfully, but these errors were encountered: