Doc: Update doc to include Java 7

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1965 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2012-05-27 22:41:45 +00:00
parent bd4a86e145
commit 01236feaa6
5 changed files with 12 additions and 10 deletions

View File

@ -13,7 +13,7 @@
<section name="Building DavMail from source">
<p>Building DavMail is quite simple:</p>
<ul>
<li>Make sure you have Java 6 installed and set as current version by checking
<li>Make sure you have Java 6 or 7 installed and set as current version by checking
JAVA_HOME:
<br/>
<ul>

View File

@ -27,9 +27,10 @@
<code>gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"</code>
</subsection>
<subsection name="Manual setup">
<p>Prerequisite : OpenJDK or Sun J2SE 1.5 or 1.6. Tray icon is now implemented with SWT and compatible with
Java 1.5.
<p>Prerequisite: OpenJDK 6 or 7 or Sun JRE 6. Tray icon is now implemented with SWT and compatible with
Java 5.
</p>
<p>Note: some users reported issues with OpenJDK 6, please upgrade to OpenJDK 7 in this case.</p>
<p>You should first download and install Java, with the graphical package manager or through
command line.

View File

@ -11,9 +11,10 @@
<body>
<section name="DavMail Setup on Mac OS X">
<p>Java 1.5 is available in standard Mac OS X setup. This version does not support Tray icon,
and DavMail uses a dedicated frame instead. An upgrade to Java 1.6 will enable tray icon
in DavMail.
<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.
Recent OSX versions either include Java 6 or can install it automatically on first Java application
launch.
</p>
<p>Download DavMail Mac OSX package from Sourceforge:

View File

@ -11,7 +11,7 @@
<body>
<section name="DavMail Setup as a standalone server">
<p>Prerequisite : Sun J2SE 1.5 or 1.6.
<p>Prerequisite : Sun JRE 5, 6 or 7 or OpenJDK 6 or 7.
</p>
<p>Davmail Gateway can run in server mode as a gateway between the mail
@ -89,7 +89,7 @@ davmail.logFilePath=/var/log/davmail.log]]>
</section>
<section name="DavMail Setup as a JEE Web Application">
<p>Prerequisites : Sun J2SE 1.5 or 1.6 and any JEE compliant web container
<p>Prerequisites : Sun JRE 5, 6 or 7 or OpenJDK 6 or 7 and any JEE compliant web container
</p>
<p>Davmail Gateway can now be deployed in any JEE application server using

View File

@ -11,8 +11,8 @@
<body>
<section name="DavMail Setup on windows">
<p>Prerequisite : Sun J2SE 1.5 or 1.6. Tray icon is now implemented with SWT and compatible with
Java 1.5. You may use DavMail with an older version, but the gateway will run as a
<p>Prerequisite : Sun JRE 5, 6 or 7. Tray icon is now implemented with SWT and compatible with
Java 5. You may use DavMail with an older version, but the gateway will run as a
command line application.
</p>