So i have a jar of a project that i was working on, and i want to use it as a library in another project (resource adapter). I have brought it into the libraries folder, and used an import. I basically want to be able to call that whole project in thar jar from main. Then from main there is one of two functions i want to call. How can i do this?
Thanks