I have a jar file I could attach it to project reference library, but it does not have META-INF folder. Does attaching a jar by configuring build path still works?
Asked
Active
Viewed 68 times
-3
-
4*"Does attaching a jar by configuring build path still works?"* What happened when you tried it? – Andrew Thompson Jan 29 '13 at 04:23
-
Is this an Eclipse question? – Thilo Jan 29 '13 at 04:25
-
I attached it and tried adding it in pom in eclipse, but it is not able to recognize the dependency. – user1772643 Jan 29 '13 at 04:37
-
Are you using maven ? Then this previous post http://stackoverflow.com/questions/364114/can-i-add-jars-to-maven-2-build-classpath-without-installing-them will prove to be useful – AurA Jan 29 '13 at 04:44
1 Answers
2
If you are talking about Eclipse, yes, a .jar file without a META-INF folder works on the build path of a project. I just tried it.

Nora Powers
- 1,597
- 13
- 31