Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use long option so that I still understand it 3 days after
[simgrid.git] / examples / java / java_test.mk
index 1899744..b0dd27f 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=-classpath $(top_srcdir)/src/simgrid.jar
 
 
 ##########################