repeats / Repeat

Cross-platform mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features.
Apache License 2.0
1.03k stars 76 forks source link

How do I build the jar? #24

Open michaele-blend opened 4 years ago

michaele-blend commented 4 years ago

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!

hptruong93 commented 4 years ago

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