From: Martin Quinson Date: Tue, 23 Aug 2016 01:46:14 +0000 (+0200) Subject: new doc: how to compile the SimGrid examples from Eclipse X-Git-Tag: v3_14~493 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f4c5edf10d0d2d9ce0fd788691a8ee48c8f1eb1a?ds=sidebyside new doc: how to compile the SimGrid examples from Eclipse --- diff --git a/doc/doxygen/install_yours.doc b/doc/doxygen/install_yours.doc index 1ee722cbf8..3e4d319f6b 100644 --- a/doc/doxygen/install_yours.doc +++ b/doc/doxygen/install_yours.doc @@ -84,6 +84,25 @@ clean: .PHONY: clean @endverbatim +@section install_yours_javaexamples Building the Java examples in Eclipse + +If you want to build our Java examples in Eclipse, get the whole +source code and open the archive on your disk. In Eclipse, select +the menu "File / Import", and then in the wizard "General / Existing +Project into Workspace". On the Next page, select the directory +"examples/java" that you can find in the SimGrid source tree as a root +directory and finish the creation. + +The file \c simgrid.jar must be in the root directory of the SimGrid +tree. That's where it is built by default, but if you don't want to +compile it yourself, just grab that file from the SimGrid website and +copy it in here. + +Please note that once you better understand SimGrid, you should not +modify the examples directly but instead create your own project in +eclipse. This will make it easier to upgrade to another version of +SimGrid. + @section install_yours_trouble Troubleshooting your project setup @subsection install_yours_trouble_libpath Many undefined references