Language: Deutsch · English
Integrate the Nuclos core into IntelliJ IDEA – clone repositories, configure Maven and the AspectJ compiler.
TUTORIAL DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Integrate a Nuclos project (core) into the IntelliJ IDEA IDE to develop on the Nuclos source code or on extensions.
Windows: longpaths
Windows: configure Git for long file names:
git config --system core.longpaths true
Clone both the project git and the core git. In the core, switch to the tag matching the Nuclos version of the project installation (git checkout <tag>).