Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add . to the classpath to find the source of the example, not only the library
[simgrid.git] / examples / java / java_test.mk
index b0dd27f..0f6e1f6 100644 (file)
@@ -4,7 +4,7 @@
 
 JAVAROOT=.
 
-AM_JAVACFLAGS=-classpath $(top_srcdir)/src/simgrid.jar
+AM_JAVACFLAGS=-classpath $(top_srcdir)/src/simgrid.jar:.
 
 
 ##########################