Modules | IntelliJ IDEA
www.jetbrains.com › help › ideaJun 15, 2021 · IntelliJ IDEA had already had a concept of modules: every IntelliJ IDEA module built its own classpath. With the introduction of the new Java platform module system, there appeared two systems of modularity: the IntelliJ IDEA modules, and the new Java 9 modules that are configured using module-info.java .
Modules | IntelliJ IDEA
https://www.jetbrains.com/help/idea/creating-and-managing-modules.html15.06.2021 · Modules. In IntelliJ IDEA, a module is an essential part of any project – it's created automatically together with a project. Projects can contain multiple modules – you can add new modules, group them, and unload the modules you don't need at the moment.. Generally, modules consist of one or several content roots and a module file, however, modules can exists without …
Module dependencies | IntelliJ IDEA
www.jetbrains.com › help › ideaSep 14, 2021 · Module dependencies. Modules can depend on SDKs, JAR files (libraries) or other modules within a project. When you compile or run your code, the list of module dependencies is used to form the classpath for the compiler or the JVM. This information is valid for projects that are built with the native IntelliJ IDEA builder.