Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
At least, I've found a way to make both gcj and plain javac happy (I think)
[simgrid.git] / examples / java / java_test.mk
index 0a9e173..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/simgrid.jar
 
-#AM_JAVACFLAGS=-I$(top_srcdir)/src/java
+AM_JAVACFLAGS=-cp $(top_srcdir)/src/simgrid.jar
 
 
 ##########################