I have a .jar library and used 7-zip to extract the files and edit the .java source code inside. I need to be able to build this to update the .class files before I turn it back into a .jar.
The library won't build as it's missing dependencies, but I don't know how to add these. The library's using JNI, and LibGDX, and as an amateur, I am out of my depth on this problem that I am stuck on.
The original .jar file is in the link below https://github.com/finnstr/gdx-liquidfun-extension/blob/master/libs/gdx-liquidfun.jar