Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure it works to compile only one file of the java example directories by adding...
[simgrid.git] / examples / java / java_test.mk
index f92566f..90a568c 100644 (file)
@@ -4,7 +4,7 @@
 
 JAVAROOT=.
 
-AM_JAVACFLAGS=-classpath $(top_srcdir)/src/simgrid.jar:../../../src/simgrid.jar:..
+AM_JAVACFLAGS=-classpath .:$(top_srcdir)/src/simgrid.jar:../../../src/simgrid.jar:..
 
 
 ##########################