0
votes

I am trying to install ant in Solaris. I am using this: https://ant.apache.org/manual/install.html

but I have no idea how to set the ANT_HOME environment variable. Please help?

1

1 Answers

0
votes

If you want to set the ANT_HOME temporally, typing export ANT_HOME=you ant path in your installing terminal. Otherwise, you can add ANT_HOME permanently by adding a line of export ANT_HOME=you ant path in /etc/profile file (you have to own root privilege).