]> AND Public Git Repository - simgrid.git/blobdiff - examples/java/java_test.mk
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 / java_test.mk
index f9f257ef6eb1c22380d8d3630b63203ae100fd2f..0a9e173e65f3475361531e7902266f86231b0ef6 100644 (file)
@@ -3,9 +3,9 @@
 # All this to only get a dumb javac *java... Automake still have issues with java
 
 JAVAROOT=.
-CLASSPATH=$(top_srcdir)/src/java
+CLASSPATH=$(top_srcdir)/src/simgrid.jar
 
-AM_JAVACFLAGS=-I$(top_srcdir)/src/java
+#AM_JAVACFLAGS=-I$(top_srcdir)/src/java
 
 
 ##########################