How to install Apache Maven 3.8.4 on Ubuntu 20.04 LTS [Linux] | SETTING MAVEN_HOME & JAVA_HOME PATH

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • This is a complete tutorial, here, You will get learn how to install Apache Maven 3.8.4 from TAR Archive on Ubuntu 20.04 LTS [Linux] and SETTING MAVEN_HOME & JAVA_HOME PATH
    Thank You For Visiting My Channel.
    ***** Subscribe & Support *****
    #ApacheMaven #JAVA_HOME #UbuntuLinux

Комментарии • 55

  • @hrithiksingh9592
    @hrithiksingh9592 11 месяцев назад

    Simplest and best video to follow for insalling and setting up MAVEN_HOME path in ubuntu

  • @forthegoodihope6429
    @forthegoodihope6429 Год назад +1

    the saviour of my life...thanks bhai

  • @LadyTink
    @LadyTink 2 года назад +2

    This was perfectly detailed and paced.
    Thank you very much!

  • @mauriciosolis6589
    @mauriciosolis6589 9 месяцев назад +1

    I found this tutorial very helpful and understandable
    Thanks a lot for sharing it!

  • @cmonvi895
    @cmonvi895 2 года назад +1

    Thank you so much!!! You're saving a college student

  • @javiercornejo4653
    @javiercornejo4653 2 года назад

    I was looking for the file to save the maven PATH and this video shows me what is it. Thank you.

  • @MandarGawas-i7i
    @MandarGawas-i7i Месяц назад

    Thank you brother for making this video.

  • @yuichi357
    @yuichi357 2 года назад

    That's works on 22.04 LTS too, but the java command change from --version to -version. Thanks again bro, you rock!

  • @codingchannel001
    @codingchannel001 Год назад

    Thank you very much for making this video

  • @prakashpandey1090
    @prakashpandey1090 Год назад

    Awesome video man, had so many errors because of this, finally fixed. Thank you

  • @shubhamkulkarni2352
    @shubhamkulkarni2352 Год назад

    Perfect and Deatiled Explanation!! Thanks a lot!

  • @fancylad2006
    @fancylad2006 Год назад

    Thank you, nice tutorial, very helpful! 😀

  • @ashanperera3176
    @ashanperera3176 Год назад

    Your tutorial was very helpful. Thank you very much!

  • @thewatched6559
    @thewatched6559 2 года назад +1

    Thank you Sir... U R the Man!

  • @arminkrahbar
    @arminkrahbar Год назад

    THAN YOU VERY MUCH!

  • @titouanlocatelli3068
    @titouanlocatelli3068 Год назад

    Thank you so much

  • @rajnishsubedi4265
    @rajnishsubedi4265 Год назад

    Thank you it is working❤❤

  • @ichwansholihin2504
    @ichwansholihin2504 Год назад

    It's work, thanks a lot brother👍

  • @ivanvuchkov4367
    @ivanvuchkov4367 8 месяцев назад

    Bro, you are GOD. Thank you !!!!

  • @nachi250
    @nachi250 Год назад

    useful, but a little hard to follow, finally i could make it, tks

  • @tehArgento
    @tehArgento 2 года назад +1

    Forget using this just use sdkman and it does all this setup

  • @anthonysamuelordonezson3394
    @anthonysamuelordonezson3394 2 года назад

    Very useful, thank you, very much.

  • @krisfrost75
    @krisfrost75 Год назад

    Legend

  • @lucianoassefh8541
    @lucianoassefh8541 Год назад

    Thank you a lot!!

  • @christianspq
    @christianspq 2 года назад

    Buena explicacion, me ayudo mucho. Gracias y saludos.

  • @CodeWithYubraj
    @CodeWithYubraj 2 года назад

    Thanks! This helped a lot.

  • @ferasnawafleh6836
    @ferasnawafleh6836 2 года назад

    thanks mate, perfect tutorial

  • @thevivianstephen
    @thevivianstephen Год назад

    how were yopu able to save?

  • @caffeinejavacode1475
    @caffeinejavacode1475 Год назад

    In the official doc I didn't find the step where I have to set MAVEN_HOME

  • @sbata84
    @sbata84 2 года назад

    Thank U

  • @cristimanolache5890
    @cristimanolache5890 Год назад

    hello
    When I write in consol " . ~/.bashrc " I get the next error " bash: [: -fp: unary operator expected"
    Can you help me mna, pls?

    • @techwebdocs
      @techwebdocs  Год назад

      May be you made a mistake in .bashrc file

    • @cristimanolache5890
      @cristimanolache5890 Год назад

      @@techwebdocs how I can find out the mistake? Do you have idea? Thank you🙂

  • @Musiclover199918
    @Musiclover199918 2 года назад

    Buen video

  • @РоманСуслов-д7ц
    @РоманСуслов-д7ц 2 года назад

    I copied your actions. And at last when I enter command "mvn -v" there was error "The JAVA_HOME environment variable is not defined correctly, this environment variable is needed to run this program.". Can you help with this problem?

    • @techwebdocs
      @techwebdocs  2 года назад

      6:00 SET JAVA_HOME & MAVEN_HOME in .bashrc

    • @РоманСуслов-д7ц
      @РоманСуслов-д7ц 2 года назад

      @@techwebdocs I solved the problem. At first time my jdk was located in /opt. I decided it will be unimportant detail. At second time I moved the jdk to usr/lib as you showed in the video and it works. Thank you!