For the complete documentation index, see llms.txt. This page is also available as Markdown.

IntelliJ Configuration

IntelliJ must be configured once to support Global SDKs and Libraries. Right click the project and select Open Module Settings (or press F4 [Windows!]).

Open Module Settings

Configure SDK

The first step is to tell the project about the ATOM JDK. Click

  • Platform Settings -> SDKs -> '+'

and reference the JDK that is part of your Atom installation:

c:\Program Files\Boomi AtomSphere\LocalAtom\jre\

See also Chose newer JVM for local development.

Platform Settings in IntelliJ

Configure Libraries

Then we add two IntelliJ Global Libraries -> "Add Java..."

Name
Library Path

ATOMSphere Libs

C:\Program Files\Boomi AtomSphere\LocalAtom\lib

Groovy SDK

%UserProfile%\.groovy\sdk\groovy-2.4.13\lib

Global Libraries configured

Summary

You Project Setting should now look like this:

ATOM JDK selected

The last thing to do is to validate your settings:

Validate Project Settings

Tip

Verify Project Setup

Last updated