Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
updating the ms tracing example to generate a different trace file name
[simgrid.git] / examples / java / java_test.mk
index f92566f2c96cdf36feb5cead5d3a43835e0a0244..90a568c6b092ae7b63b013e995c025fccbe7b9a6 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:..
 
 
 ##########################