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 / ping_pong / Makefile.in
index 07059e0..5718361 100644 (file)
@@ -207,8 +207,9 @@ noinst_JAVA = Sender.java Receiver.java PingPongTask.java PingPongTest.java
 #if HAVE_JAVA
 TESTS = PingPongTest.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