简体   繁体   中英

How I can open & execute a maven project with eclipse?

在此处输入图像描述

How I can open a maven project software?

The process should be relatively simple. File -> Import --> Maven --> 'Existing Maven Project'

I don't know fort eclipse but it won't be that different from IntelliJ. Import project as a Maven project, and in eclipse, à right click on the main java file then run should work.

Or type mvn install in eclipse terminal, and you'll have jar file you can launch.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM