Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revalidate the output, which changed after the introduction of the listener thread
[simgrid.git] / examples / java / java_test.mk
index 1899744..ee2e49b 100644 (file)
@@ -3,9 +3,8 @@
 # All this to only get a dumb javac *java... Automake still have issues with java
 
 JAVAROOT=.
-CLASSPATH=$(top_srcdir)/src/java
 
-#AM_JAVACFLAGS=-I$(top_srcdir)/src/java
+AM_JAVACFLAGS=-cp $(top_srcdir)/src/simgrid.jar
 
 
 ##########################