Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add Java Libraries to a Netbeans Grails Project

Tags:

People also ask

Where is Libraries folder in NetBeans?

Select Tools > Libraries to open up the Library Manager. Click the button Add JAR/Folder and browse to the lib folder within the ImageGear for Java installation directory.

How do I add a library in NetBeans 13?

Open NetBeans and right-click on the project name in the Projects tab. Select Properties. Select Libraries. Click the Add Jar/Folder button.


I am just getting started with Grails. How do I add Java libraries to my Grails project? I added the Smack library jar to the lib folder of my Grails project, but I still cannot import any of its packages into my Java or Groovy classes. I am using the Netbeans IDE. Any help would be appreciated..

Buzzy