documentation: javapath for linux corrected

* replaced the bin with lib directory
This commit is contained in:
Andreas Stallinger
2016-09-08 18:29:14 +02:00
parent 0137726328
commit f1be68b1a0
+4 -4
View File
@@ -480,11 +480,11 @@
<p>You will find the header search paths your compiler uses in the output between these two lines:</p>
<pre>#include <...> search starts here:<br />.<br />.<br />.<br />End of search list.</pre>
<h2>Finding Java Runtime Library Location</h2>
<p>The current version of Coati requires Java 8 to index any Java project. To locate the required library file, please refer to the applicable description below.</p>
<h3>On Windows</h3>
<p>The Java Runtime Library (called <code>jvm.dll</code>) can be found inside of your JRE install folder and looks like this:</p>
<pre>&lt;path_to_jre&gt;/bin/client/jvm.dll</pre>
@@ -503,7 +503,7 @@
<h3>On Linux</h3>
<p>The Java Runtime Library (called <code>libjvm.so</code>) can be found inside of your JRE install folder and looks like this:</p>
<pre>&lt;path_to_jre&gt;/bin/&lt;arch&gt;/server/libjvm.so</pre>
<pre>&lt;path_to_jre&gt;/lib/&lt;arch&gt;/server/libjvm.so</pre>
<div class="row" style="height:80px;"></div>