How to install maven on redhat linux

后端 未结 5 2140
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 08:23

Note: When originally posted I was trying to install maven2. Since the main answer is for maven3 I have updated the title. The rest of the question remains as it was origina

5条回答
  •  再見小時候
    2020-12-13 09:16

    Sometimes you may get "Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher" even after setting M2_HOME and PATH parameters correctly.

    This exception is because your JDK/Java version need to be updated/installed.

提交回复
热议问题