Install JDK 1.8

Set maven

Follow instructions in https://maven.apache.org/install.html

  • Download maven and install it to file /usr/local/
  • Set environment variable:
  1. Go to terminal and go to java home: echo $JAVA_HOME
  2. ls -la
  3. Edit file: .bash_prodile
  4. Add the following maven path to the file 
    #MAVEN
    
    export PATH=/usr/local/apache-maven-3.5.2/bin:$PATH
    Maven Path

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-23
  • 2021-07-26
  • 2021-10-10
  • 2021-06-02
  • 2021-10-03
猜你喜欢
  • 2021-06-25
  • 2022-12-23
  • 2021-07-18
  • 2021-11-11
  • 2021-07-20
  • 2021-08-27
  • 2022-02-04
相关资源
相似解决方案