I am trying to use Apache Hop 2.11 on windows with OpenJDK v 17
I added the JAVA_HOME to the env variables, it seems ok. But i have this error saying it cant find SWT library. Should I install this library besides jdk? same with oracle case?
Error starting the Hop GUI: Could not load SWT library. Reasons:
no swt-win32-4966r5 in java.library.path: lib\core;lib\beam
no swt-win32 in java.library.path: lib\core;lib\beam
no swt in java.library.path: lib\core;lib\beam
I tried to find in the apache hop documentation the detailed installation with OpenJDK. Is OpenJDK oficially supported?