and repeat similarly for the other .exe files, such as davmailservice64.exe (use rcedit.exe for the 32-bit versions and rcedit64.exe for the 64-bit versions)
5. Copy the updated executable files to the installation directory (c:\program files\DavMail).
Last edit: Jonathan Gilligan 2020-05-28
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found that simply installing the 32bit version of Davmail works fine, but the 64bit version can't find Java installed (even though I have a 64bit version of java jvm installed). Hope that helps someone - it was simple enough just to install Davmail as 32bit and given the functionality of the utility, I can't see how it makes much difference either way.
👍
2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Installing 32bit version solved the issue also for me. To be honest updating the files with rcedit64.exe is just not suitable and I don't get why davmail just can't get this issue sorted out once and for all. It's been there for years actually and still 64-bit win version is failing to detect proper jvm. I guess they just don't care
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What I found that worked is to install DavMail, then open the executables in a text editor and search for 'vm.location=' and replace the following path with the path to my jvm.dll. The alternative method would be to place a portable JDK into a folder named 'JVM' as that's where it looks by default.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have Zulu JRE FX installed and it's on my path, but DavMail can't find it.
But when I install DavMail 64-bit and try to launch it, I get the error dialog, "A suitable version of Java could not be found on your system"
I also tried installing the Oracle JRE release
And I get the same error from DavMail.
I'm running Windows 10 Education, version 1809, on a Core i7 machine with 16 GB RAM.
I solved the problem following the advice here: https://sourceforge.net/p/davmail/discussion/644057/thread/e07e7d1836/#ec6b
using the path to the
jvm.dll
of your Java installation4. Run
and repeat similarly for the other .exe files, such as
davmailservice64.exe
(usercedit.exe
for the 32-bit versions andrcedit64.exe
for the 64-bit versions)5. Copy the updated executable files to the installation directory (
c:\program files\DavMail
).Last edit: Jonathan Gilligan 2020-05-28
I found that simply installing the 32bit version of Davmail works fine, but the 64bit version can't find Java installed (even though I have a 64bit version of java jvm installed). Hope that helps someone - it was simple enough just to install Davmail as 32bit and given the functionality of the utility, I can't see how it makes much difference either way.
Installing 32bit version solved the issue also for me. To be honest updating the files with rcedit64.exe is just not suitable and I don't get why davmail just can't get this issue sorted out once and for all. It's been there for years actually and still 64-bit win version is failing to detect proper jvm. I guess they just don't care
For me worked installation of Oracle 8 32-bit JDK and DavMail 32-bit version.
What I found that worked is to install DavMail, then open the executables in a text editor and search for 'vm.location=' and replace the following path with the path to my jvm.dll. The alternative method would be to place a portable JDK into a folder named 'JVM' as that's where it looks by default.