mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-05 18:58:02 -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.";
|
||||
"JavaDirectoryNotFound" = "Unable to enumerate Java directory contents.";
|
||||
|
@ -34,7 +34,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<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
|
||||
or use Apple provided Java 6 with
|
||||
<a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-<em>version</em>.app.zip
|
||||
@ -42,8 +42,8 @@
|
||||
<br/>
|
||||
and follow instructions at
|
||||
<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
|
||||
a warning or OSX will pretend the application <code>is damaged and can’t be opened</code>.
|
||||
In both cases you will need to disable Gatekeeper on first downloaded application launch.
|
||||
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>
|
||||
<strong>Debian Linux (Ubuntu):</strong>
|
||||
|
@ -11,19 +11,19 @@
|
||||
<body>
|
||||
|
||||
<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
|
||||
or use Apple provided Java 6 with
|
||||
<a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-<em>version</em>.app.zip
|
||||
</a>
|
||||
</p>
|
||||
<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>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
|
||||
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>Download DavMail Mac OSX package from Sourceforge:
|
||||
|
Loading…
Reference in New Issue
Block a user