I have several classes that I wish to reuse in many of my projects.
I creating a Java (netbeans) project and compiled them.
THEN in another project, I tried to add the shared source folder (where the classes where located in the previous project)
to this 2nd project. NETBEANS gave me an error, said a folder can only be in one project...
how then can I share these classes in other projects?
thanks