Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Specify the right path to the simgrid.jar Hopefully it will make plain javac happy...
[simgrid.git] / examples / java / comm_time / Makefile.in
index cea2ff6..14d1c77 100644 (file)
@@ -204,8 +204,9 @@ EXTRA_DIST = comm_time_deployment.xml comm_time_platform.xml surfxml.dtd
 noinst_JAVA = Master.java Slave.java CommTimeTest.java CommTimeTask.java
 TESTS = CommTimeTest.class
 JAVAROOT = .
-CLASSPATH = $(top_srcdir)/src/java
-AM_JAVACFLAGS = -I$(top_srcdir)/src/java
+CLASSPATH = $(top_srcdir)/src/simgrid.jar
+
+#AM_JAVACFLAGS=-I$(top_srcdir)/src/java
 
 ##########################
 # What to do on make check