From: Ian Jackson Date: Sun, 22 Aug 2010 19:00:44 +0000 (+0100) Subject: Mention setting JAVA_HOME for build in README X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=jarrg-owen.git;a=commitdiff_plain;h=9e29f745ef3385e4bcb371b99465ddee0f107711;hp=c4ce774e5ec570b7b0a7090e6469b49b0b07c479 Mention setting JAVA_HOME for build in README --- 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 ----