documentation: javapath for linux corrected
* replaced the bin with lib directory
This commit is contained in:
@@ -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><path_to_jre>/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><path_to_jre>/bin/<arch>/server/libjvm.so</pre>
|
||||
<pre><path_to_jre>/lib/<arch>/server/libjvm.so</pre>
|
||||
|
||||
<div class="row" style="height:80px;"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user