View Single Post
  #1 (permalink)  
Old 07-25-2008, 07:59 PM
zenner zenner is offline
Member
 
Join Date: Jul 2008
Posts: 4
Rep Power: 0
zenner is on a distinguished road
Default how to create shared classes project .. and SHARE
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
Reply With Quote