summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-07-12 19:03:55 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-07-12 19:03:55 +0200
commitca102c8b689d1409a22960b22f511eb5649c122a (patch)
tree146fde6a15f38e814d9389b61365a9541922bb4e /user
parent7c56bcc11919fe86b92c1211c8e76323147e93c5 (diff)
user/jkoenig/java <hurd-java>: How to build.
Diffstat (limited to 'user')
-rw-r--r--user/jkoenig/java.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/jkoenig/java.mdwn b/user/jkoenig/java.mdwn
index 7df1dd73..01dfae12 100644
--- a/user/jkoenig/java.mdwn
+++ b/user/jkoenig/java.mdwn
@@ -243,6 +243,18 @@ have so far prevented me from testing it.
The code is at <http://github.com/jeremie-koenig/hurd-java>.
+[[tschwinge]]'s notes for building with...
+
+ * GCJ installed (due to the current Debian multilib confusion):
+
+ $ tmp1=/usr/lib/gcc/i486-gnu/4.6 tmp2=/usr/lib/i386-gnu/gcc/i486-gnu/4.6 LIBRARY_PATH=$tmp2 COMPILER_PATH=$tmp1:$tmp2 C_INCLUDE_PATH=$tmp1/include make
+
+ * OpenJDK installed (to have it find the shared library, and the jni.h header
+ file):
+
+ $ jdk=/usr/lib/jvm/java-7-openjdk LD_LIBRARY_PATH=$jdk/jre/lib/i386/jli C_INCLUDE_PATH=$jdk/include make
+
+
#### Plans
(just started.)