User Interfaces
Content coming soon...
At many situations we must need to add external libraries to our projects to solve a problem or to add some extra functionality. Intellij IDE offers two ways to add external libraries to your project By adding Jar Files. Using maven dependency code By adding jar files. For this you will need that external jar file/s in your system. Now follow these steps:- (a). Click on File, and click on Project Structures… (b). A dialog box having name Project Structure will open (c). Click on Libraries (In left side), then click on green plus Icon and then click on Java (d). A dialog box having name Select Library Files will open. Navigate through Folders and select jar file/s you want to add in your project. Then click OK. Your jar files are now added to your project.
Comments
Post a Comment