Hi,

> Exception in thread "AWT-EventQueue-0" java.lang.IllegalAccessError: 
> superclass access check failed: class 
> davmail.exchange.auth.O365InteractiveAuthenticatorFrame$2 (in unnamed module 
> @0x112d0a71) cannot access class sun.net.www.protocol.https.Handler (in 
> module java.base) because module java.base does not export 
> sun.net.www.protocol.https to unnamed module @0x112d0a71

Upstream points out that davmail should be launched with:

$ /usr/bin/java \
     -Xmx512M -Dsun.net.inetaddr.ttl=60 \
     --add-exports java.base/sun.net.www.protocol.https=ALL-UNNAMED \
     -jar /usr/share/davmail/davmail.jar  

Do you confirm this fixes the problem?

Thanks,

Alex

Reply via email to