Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
At least, I've found a way to make both gcj and plain javac happy (I think)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 17 Jul 2007 14:45:40 +0000 (14:45 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 17 Jul 2007 14:45:40 +0000 (14:45 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3843 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/java/java_test.mk

index 0a9e173..ee2e49b 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/simgrid.jar
 
-#AM_JAVACFLAGS=-I$(top_srcdir)/src/java
+AM_JAVACFLAGS=-cp $(top_srcdir)/src/simgrid.jar
 
 
 ##########################