From 9e29f745ef3385e4bcb371b99465ddee0f107711 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Aug 2010 20:00:44 +0100 Subject: [PATCH] Mention setting JAVA_HOME for build in README --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 3d29f3d..dc7902b 100644 --- a/README +++ b/README @@ -29,8 +29,14 @@ Source To build from source you will need a Java SDK, version 6, and Apache ant, as well as NSIS to build the Windows installer package. -cd src -ant -f PCTB.xml + cd src + ant -f PCTB.xml + +Currently this only seems to work with the Sun JDK. If your default +JDK is OpenJDK then the following rune may work better: + + JAVA_HOME=/usr/lib/jvm/java-6-sun ant -f PCTB.xml + Bugs ---- -- 2.30.2