How I can open a maven project software ?
Asked
Active
Viewed 56 times
0
-
1Does this answer your question? [Importing Maven project into Eclipse](https://stackoverflow.com/questions/2061094/importing-maven-project-into-eclipse) – Kaneda Apr 28 '21 at 20:57
-
1@Kaneda That's technically a duplicate question, but the accepted answer is a classic case for the feature-in-progress of marking something as technically outdated. `eclipse:eclipse` has been dead for a decade, and only Import is correct. – chrylis -cautiouslyoptimistic- Apr 28 '21 at 21:03
-
@chrylis-cautiouslyoptimistic- Oh okay, my bad. – Kaneda Apr 28 '21 at 21:41
2 Answers
0
The process should be relatively simple. File -> Import --> Maven --> 'Existing Maven Project'

Damien Hunter
- 1
- 4
0
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.

Deepak Patankar
- 3,076
- 3
- 16
- 35

GmsAnubis
- 16
- 1
- 3