Maven Package Compilation Error

后端 未结 12 1768
栀梦
栀梦 2020-12-05 07:39

i created a webapp project using maven in eclipse. when i run the command mvn package in command prompt it showing folowing error.

[ERROR] COMPILATION ERROR         


        
12条回答
  •  旧时难觅i
    2020-12-05 08:06

    to set path in below manner

    keep jdk's path at first place in path variable, so that other java path will be ignored. compilation error will be resolved.

提交回复
热议问题