Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add . to the classpath to find the source of the example, not only the library
[simgrid.git] / examples / java / java_test.mk
index 1899744..0f6e1f6 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:.
 
 
 ##########################