Repeat
Repeat copied to clipboard
How do I build the jar?
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!
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