diff --git a/web/documentation/index.html b/web/documentation/index.html index 0b31d7bf..0e08209d 100644 --- a/web/documentation/index.html +++ b/web/documentation/index.html @@ -480,11 +480,11 @@

You will find the header search paths your compiler uses in the output between these two lines:

#include <...> search starts here:
.
.
.
End of search list.
- +

Finding Java Runtime Library Location

- +

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.

- +

On Windows

The Java Runtime Library (called jvm.dll) can be found inside of your JRE install folder and looks like this:

<path_to_jre>/bin/client/jvm.dll
@@ -503,7 +503,7 @@

On Linux

The Java Runtime Library (called libjvm.so) can be found inside of your JRE install folder and looks like this:

-
<path_to_jre>/bin/<arch>/server/libjvm.so
+
<path_to_jre>/lib/<arch>/server/libjvm.so