From: Martin Quinson Date: Tue, 4 Dec 2012 14:40:17 +0000 (+0100) Subject: doc cosmetics X-Git-Tag: v3_9_90~569^2~19^2~9^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/13be40eff6b05494529813d4c953dda7a03920c0 doc cosmetics --- diff --git a/doc/install.doc b/doc/install.doc index e907b273f8..0dc293c9d1 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -43,9 +43,9 @@ Cmake output -- Build files have been written to: /home/user/workspace/simgrid-java/build \endverbatim -If cmake complains that jni could not be found, you need to tell it -where JNI header files are located. the following command should tell -you: +If cmake complains that jni could not be found, you need to +tell it where JNI header files are located. the following command +should tell you: \verbatim $ locate jni.h @@ -59,8 +59,9 @@ on your machine (using javac -version), and pick the right one. Then set the JAVA_INCLUDE_PATH environment variable to the right path (note that we remove the filename jni.h from that path), and relaunch cmake. -\vebatim -export JAVA_INCLUDE_PATH=/usr/lib/jvm/java-6-openjdk-amd64/include/ +\verbatim +$ export JAVA_INCLUDE_PATH=/usr/lib/jvm/java-6-openjdk-amd64/include/ +$ cmake . \endverbatim \section bindings_binding_java_use How to use Simgrid-java