You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.bulenkov.darcula.DarculaLaf (file:/.../software/opensource/apache-jmeter-5.1.1/lib/darcula.jar) to field javax.swing.text.html.HTMLEditorKit.DEFAULT_STYLES_KEY
WARNING: Please consider reporting this to the maintainers of com.bulenkov.darcula.DarculaLaf
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
$
The text was updated successfully, but these errors were encountered:
Info for anyone:
I downloaded the project, commented out line 93 in DarculaLaf.java
This no longer styles the "EditorKit" (don't know what that is, seems I do not use it in my swing application).
Then I build the artifact.
With the resulting jar I no longer get the warning.
apache-jmeter-5.1.1 $ java -jar bin/ApacheJMeter.jar
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.bulenkov.darcula.DarculaLaf (file:/.../software/opensource/apache-jmeter-5.1.1/lib/darcula.jar) to field javax.swing.text.html.HTMLEditorKit.DEFAULT_STYLES_KEY
WARNING: Please consider reporting this to the maintainers of com.bulenkov.darcula.DarculaLaf
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
$
The text was updated successfully, but these errors were encountered: