I am wondering if there a way to add Referenced library in blueJ. In eclipse, you can add the referenced library by clicking Build Path>> add external jar
. How can you do it in blueJ? It is because I would like to use other library such as javax.mail, hibernate, and also log4j in BlueJ.
Go to Tools -> Preferences -> Libraries -> Add file Press OK and restart BlueJ you can now see that library is loaded.
"One of my favourite IDEs out there is BlueJ"
— James Gosling, creator of Java.