netbeans : add library permanently

absolute-path, netbeans, relative-path

Solution

A better way to add library to Netbenas would be

Tools -> Libraries -> New Library...

After it:

Project tab -> [your project] -> Properties -> Libraries -> Add Library

This would be always "relative"

Problem

I work in a group project and after every checkout I have to remove and add the javamail api..(because the path is relative) how can i make it IN the Project folder? This is how i add the library : - right click on librarys folder - Add/jar Folder.. - Choose the mail.jar But when my collegue checks this out... he get's problems. How can i make the path absolute ?

Original source