Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
take from main archive the last bits that merit to be saved
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 6 Dec 2010 10:16:54 +0000 (10:16 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 6 Dec 2010 10:16:54 +0000 (10:16 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9003 48e7efb5-ca39-0410-a469-dd3cf9ba447f

CMakeLists.txt
README [new file with mode: 0644]

index 35f5892..fc396f1 100644 (file)
@@ -22,6 +22,12 @@ else(JAVA_COMPILE AND JAVA_INCLUDE_PATH AND JAVA_INCLUDE_PATH2)
        SET(HAVE_JAVA 0)
 endif(JAVA_COMPILE AND JAVA_INCLUDE_PATH AND JAVA_INCLUDE_PATH2)
 
+        message("")
+       message("JNI.H :                        ${JAVA_INCLUDE_PATH}")
+       message("JNI_MD.H :                     ${JAVA_INCLUDE_PATH2}")
+        message("JAVAC :                        ${JAVA_COMPILE}")
+        message("JAVA_ARCHIVE :                 ${JAVA_ARCHIVE}")
+       
 
 ###############################
 # Declare our package content #
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..66af8b5
--- /dev/null
+++ b/README
@@ -0,0 +1,7 @@
+On Debian-like systems (which includes ubuntu), you need the following
+packages: sun-java6-jdk libgcj10-dev. If you cannot find the
+libgcj10-dev, try another version, like libgcj9-dev (on Ubuntu before
+9.10) or libgcj11-dev (not released yet, but certainly one day).
+Please note that you need to activate the contrib and non-free
+repositories in Debian, and the universe ones in Ubuntu. Java comes at
+this price...