Adding library in BlueJ

RedRocket picture RedRocket · Sep 2, 2015 · Viewed 7.7k times · Source

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.

Answer

Viraj Singh picture Viraj Singh · Jul 6, 2018

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.

https://www.bluej.org/

Screenshot