[Bug 261893] mail/davmail: Fails to run: java.lang.ClassNotFoundException: davmail.exchange.auth.O365InteractiveAuthenticator

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 14 Feb 2022 11:51:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261893

--- Comment #3 from Jose G. Juanino <jjuanino@gmail.com> ---
Hi, thanks for your problem report.

The issue could be related to the java installed version. Try to run davmail
with the last  OpenJDK available in ports (17), by tweaking the
/usr/local/bin/davmail executable:


exec /usr/local/openjdk17/bin/java

instead of

exec /usr/local/bin/java

and let me know if works.

Also check with the combination of openjdk11 + openjfx14

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.