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
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 24 Sep 2007 14:39:10 +0000 (14:39 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 24 Sep 2007 14:39:10 +0000 (14:39 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4702 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/java/java_test.mk

index b0dd27f..0f6e1f6 100644 (file)
@@ -4,7 +4,7 @@
 
 JAVAROOT=.
 
 
 JAVAROOT=.
 
-AM_JAVACFLAGS=-classpath $(top_srcdir)/src/simgrid.jar
+AM_JAVACFLAGS=-classpath $(top_srcdir)/src/simgrid.jar:.
 
 
 ##########################
 
 
 ##########################