IntelliJ Configuration

Configure SDK

Configure Libraries
Name
Library Path

Summary


Tip

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

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.

Then we add two IntelliJ Global Libraries -> "Add Java..."
ATOMSphere Libs
C:\Program Files\Boomi AtomSphere\LocalAtom\lib
Groovy SDK
%UserProfile%\.groovy\sdk\groovy-2.4.13\lib

You Project Setting should now look like this:

The last thing to do is to validate your settings:


Last updated