java-scratchspace/ant/README.md

18 lines
386 B
Markdown

ant README
==========
## Notes
You need a valid java executable in your `$PATH` to build and
use ant.
This Pkgfile sets this for you during build time.
To be able to use it after installing, you might need to manually add it
to your environment.
Add this to your shells profile as you see fit:
```
export JAVA_HOME=/usr/lib/java/openjdk17-jdk
export PATH="$JAVA_HOME/bin:$PATH"
```