Modify a library

Hi everyone, I downloaded a library and I wanted to modify a small functionality, after checking the files, I found the java code files but I don’t know whats the correct approach to apply modification, I guess I can’t just open the *.java files and change into them, they need to be recompiled/reimported? can anyone clarify to me how it works, thank you

Hi
Welcome

Look at this

thanks for your reply, just found the solution, I needed to export the modified code into a .jar and replace the old one in the libraries folder

1 Like