X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/29a3b2869c0075fc75e8ccc66fc1d9c4c8bf6a85..8a0edc1a3b6e911b8e6b8db2cb2c94b751fae29a:/docs/source/app_java.rst diff --git a/docs/source/app_java.rst b/docs/source/app_java.rst index ebe7a8688d..e77587c5f9 100644 --- a/docs/source/app_java.rst +++ b/docs/source/app_java.rst @@ -47,7 +47,7 @@ For example: .. code-block:: shell - $ cd examples/java + $ cd examples/deprecated/java $ java -classpath ../../simgrid.jar:. .:../../simgrid.jar app.pingpong.Main ../platforms/platform.xml Any SimGrid simulation (java or not) is usually constituted of several @@ -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 =====================