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!]).

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.

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

Summary
You Project Setting should now look like this:

The last thing to do is to validate your settings:

Tip

Last updated