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
Exception in thread "main" java.lang.UnsupportedOperationException: The ICON_IMAGE feature is not supported on the current platform!
at java.desktop/java.awt.Taskbar.checkFeatureSupport(Unknown Source)
at java.desktop/java.awt.Taskbar.setIconImage(Unknown Source)
at ca.uhn.hl7v2.testpanel.OSXInitializer.run(OSXInitializer.java:47)
at ca.uhn.hl7v2.testpanel.App.main(App.java:65)
This, for example, is using Eclipse Temurin v 21
The text was updated successfully, but these errors were encountered:
rhodrie
changed the title
Test Panel won't run with non-Oracle JRE
Test Panel won't run with non-Oracle JRE on Windows
Oct 31, 2023
Exception in thread "main" java.lang.UnsupportedOperationException: The ICON_IMAGE feature is not supported on the current platform!
at java.desktop/java.awt.Taskbar.checkFeatureSupport(Unknown Source)
at java.desktop/java.awt.Taskbar.setIconImage(Unknown Source)
at ca.uhn.hl7v2.testpanel.OSXInitializer.run(OSXInitializer.java:47)
at ca.uhn.hl7v2.testpanel.App.main(App.java:65)
This, for example, is using Eclipse Temurin v 21
The text was updated successfully, but these errors were encountered: