diff options
author | Luc Van Rompaey <luc.vanrompaey@gmail.com> | 2019-10-05 05:52:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 05:52:55 +0700 |
commit | 5ae48e346bca1e5978666c32e5fe3d3915715bc7 (patch) | |
tree | 2aabe89a51940ac920524a38361e648ba2c0cfc0 /development/apache-ant/README | |
parent | 5df99ce874b6aaf39911a16413f842e5ee76a21a (diff) |
development/apache-ant: Updated for version 1.9.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/apache-ant/README')
-rw-r--r-- | development/apache-ant/README | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/development/apache-ant/README b/development/apache-ant/README index 5203b0d6bdb7a..c033ccc4a3c5c 100644 --- a/development/apache-ant/README +++ b/development/apache-ant/README @@ -7,6 +7,16 @@ object that implements a Task interface. This package is using upstream's recommendation of ANT_HOME=/usr/share/ant -apache-ant uses `javac` and friends to compile java projects. Using the stock -'gcc-java' package, by exporting JAVA_HOME=/usr/lib{64}/jvm envirnoment -variable. Or from slackbuilds.org, one of jdk, openjdk* works just fine. +apache-ant uses `javac` and friends to compile java projects. +If you use the stock 'gcc-java' package, then you will need to export the +JAVA_HOME environment variable, and make it point to the Java5 run-time +provided by the GNU Compiler Collection, e.g.: + + export JAVA_HOME=/usr/lib/jvm (for Slackware, 32-bit) + +or: + + export JAVA_HOME=/usr/lib64/jvm (for Slackware64) + +If you need a more recent Java run-time, then any of the jdk or openjdk +packages from slackbuilds.org will work just fine. |