I have a project in Netbeans, however I only know Maven and I have some dependencies in the project.
If I build or even run Netbeans, everything works smoothly, but I wanted to get the jar
and test it on other machines.
I've tried exporting jar
but it gives ClassNotFound
error.
How can I do this? What is the right way?