Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2022 11:51:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 261893] mail/davmail: Fails to run: java.lang.ClassNotFoundException: davmail.exchange.auth.O365InteractiveAuthenticator
Message-ID:  <bug-261893-7788-KlcW5Cc6EZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261893-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261893-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261893

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261893-7788-KlcW5Cc6EZ>