mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-05 18:58:02 -05:00
Update download url in 64 bit wrappers to http://java.com/en/download/manual.jsp
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2008 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
34630ec7e7
commit
66e957d092
Binary file not shown.
@ -25,5 +25,5 @@ vmarg.1=-Dsun.net.inetaddr.ttl=60
|
||||
vmarg.2=-XmX512M
|
||||
|
||||
[ErrorMessages]
|
||||
java.not.found=A suitable version of Java could not be found on your system, please install Java from http://java.com
|
||||
java.failed=Java failed to startup successfully, please install Java from http://java.com
|
||||
java.not.found=A suitable version of Java could not be found on your system, please install Java (64-bit) from http://java.com/en/download/manual.jsp
|
||||
java.failed=Java failed to startup successfully, please install Java (64-bit) from http://java.com/en/download/manual.jsp
|
||||
|
Binary file not shown.
19
src/winrun4j/davmailservice64.ini
Normal file
19
src/winrun4j/davmailservice64.ini
Normal file
@ -0,0 +1,19 @@
|
||||
service.startup=auto
|
||||
service.class=davmail.service.DavService
|
||||
service.id=DavMail
|
||||
service.name=DavMail Gateway
|
||||
service.description=DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway
|
||||
|
||||
classpath.1=davmail.jar
|
||||
classpath.2=lib/*
|
||||
|
||||
vm.version.min=1.6
|
||||
vmarg.1=-Dsun.net.inetaddr.ttl=60
|
||||
vmarg.2=-Xrs
|
||||
|
||||
|
||||
arg.1=davmail.properties
|
||||
|
||||
[ErrorMessages]
|
||||
java.not.found=A suitable version of Java could not be found on your system, please install Java (64-bit) from http://java.com/en/download/manual.jsp
|
||||
java.failed=Java failed to startup successfully, please install Java (64-bit) from http://java.com/en/download/manual.jsp
|
Loading…
Reference in New Issue
Block a user