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
I'm using DorkBox's SystemTray on Windows 10, Linux Mint/Ubuntu and Apple and works as expected. I recently developed a build of our software for CentOS Stream 9 and discovered that the system tray icon was not displayed.
Has anyone seen this?
Stepping in with the debugger it throws the exception:
"Caused by: java.lang.IllegalAccessError: superclass access check failed: class dorkbox.util.ImageUtil$1 (in module dorkbox.utilities) cannot access class java.awt.Component (in module java.desktop) because module dorkbox.utilities does not read module java.desktop"
Thanks
Graham
The text was updated successfully, but these errors were encountered:
Hi
I'm using DorkBox's SystemTray on Windows 10, Linux Mint/Ubuntu and Apple and works as expected. I recently developed a build of our software for CentOS Stream 9 and discovered that the system tray icon was not displayed.
Has anyone seen this?
Stepping in with the debugger it throws the exception:
"Caused by: java.lang.IllegalAccessError: superclass access check failed: class dorkbox.util.ImageUtil$1 (in module dorkbox.utilities) cannot access class java.awt.Component (in module java.desktop) because module dorkbox.utilities does not read module java.desktop"
Thanks
Graham
The text was updated successfully, but these errors were encountered: