IntelliJ Configuration
Last updated
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..."
Name | Library Path |
---|---|
ATOMSphere Libs |
|
Groovy SDK |
|
You Project Setting should now look like this:
The last thing to do is to validate your settings: