Channelfinder compiles with JDK 18, but at startup it then fails with this type of error:
IllegalAccessError: class org.springframework.ldap.core.support.AbstractContextSource (in unnamed module ...
Workaround seems to be this:
java --add-exports java.naming/com.sun.jndi.ldap=ALL-UNNAMED -jar target/ChannelFinder-4.0.0.jar
Channelfinder compiles with JDK 18, but at startup it then fails with this type of error:
Workaround seems to be this:
java --add-exports java.naming/com.sun.jndi.ldap=ALL-UNNAMED -jar target/ChannelFinder-4.0.0.jar