From: mquinson Date: Mon, 24 Sep 2007 14:39:10 +0000 (+0000) Subject: Add . to the classpath to find the source of the example, not only the library X-Git-Tag: v3.3~1089 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/65e7ca8076e559ed654d1aa20152072b6fbdc9d9 Add . to the classpath to find the source of the example, not only the library git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4702 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/java/java_test.mk b/examples/java/java_test.mk index b0dd27f7d5..0f6e1f6273 100644 --- a/examples/java/java_test.mk +++ b/examples/java/java_test.mk @@ -4,7 +4,7 @@ JAVAROOT=. -AM_JAVACFLAGS=-classpath $(top_srcdir)/src/simgrid.jar +AM_JAVACFLAGS=-classpath $(top_srcdir)/src/simgrid.jar:. ##########################