I have very less experience with java. However when I'm following WSO2 document (https://docs.wso2.com/pages/viewpage.action?pageId=45952633), I have to import external libraries from a git repository (https://github.com/wso2/carbon-commons). I build it then try to add to my project through java build path (after built step so many projects were built so I add every projects to my project). Then I try to use those libraries from my project but it seems not working. Am i miss any step(s) or am i in a completely wrong path?
Asked
Active
Viewed 125 times
0
-
Is it a Jar or a project? – user8256287 Aug 10 '17 at 04:42
-
It is a project – GihanDB Aug 10 '17 at 04:46
-
Possible duplicate of https://stackoverflow.com/questions/4869815/importing-a-maven-project-into-eclipse-from-git ?? – vishwarajanand Aug 10 '17 at 04:49
-
Possible duplicate of [Importing a Maven project into Eclipse from Git](https://stackoverflow.com/questions/4869815/importing-a-maven-project-into-eclipse-from-git) – Muralidharan.rade Aug 10 '17 at 11:24