I have a project jar file. I want to add that project in eclipse. But that project is a non maven project. Is there any way to add that project in eclipse?
Asked
Active
Viewed 1,205 times
0
-
eclipse has import option :) – bananas Oct 06 '16 at 05:14
-
2Depends on what you have inside the jar file. – Pritam Banerjee Oct 06 '16 at 05:15
-
1Eclipse and Maven are two different tools that can work together but they are separate. The fact that proj is "not a maven project" is despitable. – Antoniossss Oct 06 '16 at 05:39
-
Duplicate. http://stackoverflow.com/questions/2824515/how-to-add-external-library-properly-in-eclipse – OneCricketeer Oct 06 '16 at 06:33
1 Answers
0
Just import your project in to eclipse and convert it to maven project.
file -> import -> existing project
then convert your project to maven

Sangram Badi
- 4,054
- 9
- 45
- 78