IntelliJ IDEA
 
Get IntelliJ IDEA

Libraries

Last modified: 22 November 2024

A library is a collection of compiled code that you can add to your project. In IntelliJ IDEA, libraries can be defined at three levels: global (available for many projects), project (available for all modules within a project), and module (available for one module).

A Java library can include class files, archives and directories with class files as well as directories with native libraries .dll, .so, or .jnilib.