Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new doc: how to compile the SimGrid examples from Eclipse
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 23 Aug 2016 01:46:14 +0000 (03:46 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 23 Aug 2016 01:46:14 +0000 (03:46 +0200)
doc/doxygen/install_yours.doc

index 1ee722c..3e4d319 100644 (file)
@@ -84,6 +84,25 @@ clean:
 .PHONY: clean
 @endverbatim
 
 .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
 @section install_yours_trouble Troubleshooting your project setup
 
 @subsection install_yours_trouble_libpath Many undefined references