You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2018/02/19 21:50:23 UTC

svn commit: r1025628 - in /websites/staging/directory/trunk/content: ./ studio/faqs.html

Author: buildbot
Date: Mon Feb 19 21:50:23 2018
New Revision: 1025628

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/studio/faqs.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 19 21:50:23 2018
@@ -1 +1 @@
-1822766
+1824820

Modified: websites/staging/directory/trunk/content/studio/faqs.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/faqs.html (original)
+++ websites/staging/directory/trunk/content/studio/faqs.html Mon Feb 19 21:50:23 2018
@@ -169,6 +169,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="#how-to-set-the-language-of-studio">How to set the language of Studio?</a></li>
 <li><a href="#when-browsing-and-expanding-an-entry-studio-only-shows-1000-child-entries">When browsing and expanding an entry, Studio only shows 1000 child entries.</a></li>
 <li><a href="#how-to-set-the-java-vm-to-use">How to set the Java VM to use?</a></li>
+<li><a href="#error-when-using-java-9">Error when using Java 9</a></li>
 <li><a href="#how-to-increase-the-heap-memory">How to increase the heap memory?</a></li>
 <li><a href="#location-of-apachedirectorystudioini-file">Location of ApacheDirectoryStudio.ini file</a></li>
 <li><a href="#location-of-apache-directory-studio-settings">Location of Apache Directory Studio settings</a></li>
@@ -200,6 +201,8 @@ h2:hover > .headerlink, h3:hover > .head
 <li>You need to install the JDK (Java Development Kit), the JRE is not enough!</li>
 <li>You can find out the Java home directories with <code>/usr/libexec/java_home -V</code>, append <code>/bin/java</code> to the path</li>
 </ul>
+<h3 id="error-when-using-java-9">Error when using Java 9<a class="headerlink" href="#error-when-using-java-9" title="Permanent link">&para;</a></h3>
+<p>Workaround until Studio is upgraded to Eclispe Oxygen platform is to add "--add-modules=ALL-SYSTEM" to the end of the <em>ApacheDirectoryStudio.ini</em> file. This is only required for Oracle Java 9, OpenJDK 9 enables that flag by default.</p>
 <h3 id="how-to-increase-the-heap-memory">How to increase the heap memory?<a class="headerlink" href="#how-to-increase-the-heap-memory" title="Permanent link">&para;</a></h3>
 <p>Add the following content to <em>ApacheDirectoryStudio.ini</em> file:</p>
 <div class="codehilite"><pre><span class="o">-</span><span class="n">vmargs</span>