X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/599c5671721e2fd0b8f729f60d2852353f6bd5f3..cdac506670725ae4fe40b3b1a31ceeb9488ce53a:/docs/source/app_java.rst?ds=sidebyside diff --git a/docs/source/app_java.rst b/docs/source/app_java.rst index 828c5f4620..1e71be56e9 100644 --- a/docs/source/app_java.rst +++ b/docs/source/app_java.rst @@ -18,7 +18,7 @@ The Java Bindings This section describes jMSG, the Java API to Simgrid. This API mimicks :ref:`MSG `, which is a simple yet somehow realistic interface. -The full reference documentation is provided at the end of this page. +The full reference documentation is provided at the end of this page. Most of the documentation of the :ref:`MSG API ` in C applies directly to the Java bindings (any divergence is seen as a bug that we @@ -73,7 +73,7 @@ precompiled jarfile, please report this bug. If you built it yourself, you can try to use an installed version of the library instead of the one included in the jar. For that, add the path to the native library into the ``LD_LIBRARY_PATH`` variable (or in -the ``DYLD_LIBRARY_PATH`` on Mac OSX). +the ``DYLD_LIBRARY_PATH`` on macOS). pthread_create failed =====================