문제

I am trying to use this library from github. They only provide a src folder and there is no compiled JAR that I can use.

My question is, How can I use the library in my Java project in the Eclipse IDE? I've tried researching but I can't find a single website that doesn't assume I know how to use these types of libraries. It must be something obvious that I'm missing. It would be great if someone could point me in the right direction.

도움이 되었습니까?

해결책

Clone the project with git, then make a build yourself, there is an included pom.xml file for maven

UPDATE

link from maven central

다른 팁

It's a Maven project. You will have to build it using Maven and then import the build jar from ~/.m2/repository or target directory in your Eclipse project classpath.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top