Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
gitlab-ci: apt update
[simgrid.git] / docs / source / app_java.rst
index ebe7a8688d40a066adf3f5cca65c66db890ab8cd..e77587c5f9ca7a223ee3037460da9b49d697ed26 100644 (file)
@@ -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
 =====================