mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-08 04:08:12 -05:00
Doc: Fix OSX download instructions
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2189 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
5361366314
commit
534ffc741f
@ -1,3 +1,3 @@
|
|||||||
"JRELoadError" = "Java 7 not available, please download and install from http://java.oracle.com";
|
"JRELoadError" = "Java 7 not available, please download and install from http://www.java.com";
|
||||||
"MainClassNameRequired" = "Main class name is required.";
|
"MainClassNameRequired" = "Main class name is required.";
|
||||||
"JavaDirectoryNotFound" = "Unable to enumerate Java directory contents.";
|
"JavaDirectoryNotFound" = "Unable to enumerate Java directory contents.";
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<strong>Mac OS X:</strong>
|
<strong>Mac OS X:</strong>
|
||||||
Either setup Java 7 from <a href="http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html">Oracle JRE 7 page</a>
|
Either setup Java 7 from <a href="http://www.java.com">Oracle Java page</a>
|
||||||
and use the new <a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-Java7-<em>version</em>.app.zip</a> package
|
and use the new <a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-Java7-<em>version</em>.app.zip</a> package
|
||||||
or use Apple provided Java 6 with
|
or use Apple provided Java 6 with
|
||||||
<a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-<em>version</em>.app.zip
|
<a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-<em>version</em>.app.zip
|
||||||
@ -42,8 +42,8 @@
|
|||||||
<br/>
|
<br/>
|
||||||
and follow instructions at
|
and follow instructions at
|
||||||
<a href="macosxsetup.html">DavMail Setup on Mac OS X</a><br/>
|
<a href="macosxsetup.html">DavMail Setup on Mac OS X</a><br/>
|
||||||
In both cases you will need to disable Gatekeeper on first downloaded application launch. If you don't you will get
|
In both cases you will need to disable Gatekeeper on first downloaded application launch.
|
||||||
a warning or OSX will pretend the application <code>is damaged and can’t be opened</code>.
|
If you don't you will get a warning or OSX will pretend the <code>application is damaged and can’t be opened</code>.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<strong>Debian Linux (Ubuntu):</strong>
|
<strong>Debian Linux (Ubuntu):</strong>
|
||||||
|
@ -11,19 +11,19 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<section name="DavMail Setup on Mac OS X">
|
<section name="DavMail Setup on Mac OS X">
|
||||||
<p>Either setup Java 7 from <a href="http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html">Oracle JRE 7 page</a>
|
<p>Either setup Java 7 from <a href="http://www.java.com">Oracle Java page</a>
|
||||||
and use the new <a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-Java7-<em>version</em>.app.zip</a> package
|
and use the new <a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-Java7-<em>version</em>.app.zip</a> package
|
||||||
or use Apple provided Java 6 with
|
or use Apple provided Java 6 with
|
||||||
<a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-<em>version</em>.app.zip
|
<a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-<em>version</em>.app.zip
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p>Note to OSX Mountain Lion users: you need to disable Gatekeeper (at least temporarily) to avoid the
|
<p>Note to OSX Mountain Lion users: you need to disable Gatekeeper (at least temporarily) to avoid the
|
||||||
warning or <code>DavMail is damaged and can’t be opened</code> message.
|
warning or <code>DavMail is damaged and can’t be opened</code> message with Java 6 package.
|
||||||
</p>
|
</p>
|
||||||
<p>Older OSX releases include Java 5, this version does not support Tray icon,
|
<p>Older OSX releases include Java 5, this version does not support Tray icon,
|
||||||
and DavMail uses a dedicated frame instead. An upgrade to Java 1.6 will enable tray icon.
|
and DavMail uses a dedicated frame instead. An upgrade to Java 6 will enable tray icon.
|
||||||
Recent OSX versions either include Java 6 or can install it automatically on first Java application
|
Recent OSX versions either include Java 6 or can install it automatically on first Java application
|
||||||
launch. However, Java support is no longer provided by Apple and Java 7 is only available from Oracle.
|
launch. Note that Java 7 is only available from Oracle and will not be provided by Apple.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Download DavMail Mac OSX package from Sourceforge:
|
<p>Download DavMail Mac OSX package from Sourceforge:
|
||||||
|
Loading…
Reference in New Issue
Block a user