This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[rghio@localhost ~]$ su - | |
[root@localhost ~]$ alternatives --install /opt/jboss-as jboss ${JBOSS_HOME_V1} 1 | |
[root@localhost ~]$ alternatives --install /opt/jboss-as jboss ${JBOSS_HOME_V2} 2 | |
[root@localhost ~]$ alternatives --config jboss | |
[root@localhost ~]$ alternatives --config jboss |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[rghio@localhost ~]$ su - | |
[root@localhost ~]$ alternatives --install /usr/bin/mvn mvn ${MAVEN_HOME_2}/bin/mvn 120 | |
[root@localhost ~]$ alternatives --install /usr/bin/mvn mvn ${MAVEN_HOME_3}/bin/mvn 120 | |
[root@localhost ~]$ alternatives --config mvn | |
There are 2 programs which provide 'mvn'. |