add a library (javaMail) to Netbeans
843834Jul 1 2009 — edited Jul 7 2009Hi,
I use Netbeans 6.5.1 and just tried 6.7.
I am trying to add JavaMail to Netbeans. I found different ways to do it even I am not sure what the proper way to do it.
But I can use the "right click->navigate->go to source" or make the debugger step into it.
Everytime I try to open a source file from that library from one way or another, I get "Cannot open, no sources" displayed at the left bottom of Netbeans Window.
I would like to do the same with the MySQL connector library (it might be easier as there is only one .jar to deal with) and my own library.
The problem is not adding the library, my program build fine. I just want to be able to see the source and use them when I debug.
If somebody knows how to do that, it would be very helpful.