Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Panel won't run with non-Oracle JRE on Windows #110

Open
rhodrie opened this issue Oct 31, 2023 · 1 comment
Open

Test Panel won't run with non-Oracle JRE on Windows #110

rhodrie opened this issue Oct 31, 2023 · 1 comment

Comments

@rhodrie
Copy link

rhodrie commented 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

@rhodrie 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
@subigre
Copy link

subigre commented Nov 10, 2023

Same issue here, the application works like a charm on MacOS using Temurin 17 JDK.
However, on Windows, I tried the following JDK without success:

  • Temurin 11, 17 and 21
  • OpenJDK 17
  • Oracle JDK 17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants