Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # .bashrc
  2.  
  3. # Source global definitions
  4. if [ -f /etc/bashrc ]; then
  5. . /etc/bashrc
  6. fi
  7.  
  8. # Uncomment the following line if you don't like systemctl's auto-paging feature:
  9. # export SYSTEMD_PAGER=
  10.  
  11. # User specific aliases and functions
  12.  
  13. test -s ~/.alias && . ~/.alias || true
  14.  
  15. export JRE_HOME=$JAVA_HOME
  16.  
  17. export MAVEN_HOME=/home/sofco/Application/apache-maven-3.1.0
  18.  
  19. #export MAVEN_HOME=/usr/share/maven
  20.  
  21. #export JAVA_HOME=/home/sofco/java/jdk1.7
  22.  
  23. export JAVA_HOME=/home/sofco/java/jdk1.6-64bit
  24.  
  25. #export JAVA_HOME=/home/sofco/java/jdk1.8
  26.  
  27. export ANT_HOME=/home/sofco/ProgramFiles/ant1.6
  28.  
  29. export PATH=$MAVEN_HOME/bin:~/bin:$PATH:
  30.  
  31. export PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$ANT_HOME/bin:$PATH:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement