Mercurial > hg > cc > cirrus_home
changeset 59:701fe81ada29
java stuff
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 22 Apr 2020 18:42:40 +0100 |
parents | 4f31d3234620 |
children | ff4e85d8ec31 |
files | .bash_profile |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.bash_profile Wed Apr 22 18:42:23 2020 +0100 +++ b/.bash_profile Wed Apr 22 18:42:40 2020 +0100 @@ -11,3 +11,8 @@ EDITOR=emacs export PATH EDITOR + +export ANT_HOME=$HOME/src/apache-ant-1.10.7 +export MAVEN_HOME=$HOME/src/apache-maven-3.6.3 +export JAVA_HOME=$HOME/lib/openjdk-8u252-b09 +export PATH=${PATH}:${ANT_HOME}/bin:${MAVEN_HOME}/bin