Repeat icon indicating copy to clipboard operation
Repeat copied to clipboard

How do I build the jar?

Open michaele-blend opened this issue 5 years ago • 1 comments

Hello!

I've read through the wiki and the readme, and do not see a way to build the jar file myself.

Could you please provide some guidance on how to accomplish this?

Thank you!

michaele-blend avatar Feb 14 '20 06:02 michaele-blend

This project has a simple build process so I don't want to involve any advanced build tool like Maven or Grade. You can just clone the repository and create a new project in Intellij or Eclipse in the same folder and it should just build (remember to include all dependency JARs in libs directory). Once built, you should be able to export the JAR.

The main class is src/main/Main.java

hptruong93 avatar Feb 15 '20 19:02 hptruong93