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

<figure><img src="https://2919579608-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPdcc5uQt1eQainblDyLx%2Fuploads%2Fgit-blob-9c45eba07213a03049fb566fc80ebf58870bc5c5%2Fimage.png?alt=media" alt="" width="563"><figcaption><p>Open Module Settings</p></figcaption></figure>

### Configure SDK

The first step is to tell the project about the **ATOM JDK**. Click&#x20;

* Platform Settings -> SDKs -> '+'&#x20;

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

> `c:\Program Files\Boomi AtomSphere\`<mark style="color:orange;">`LocalAtom`</mark>`\jre\`

See also [chose-newer-jvm-for-local-development](https://boomi.markusschmidt.pro/boomi-scriptease/knowlede-base/java-jdk/chose-newer-jvm-for-local-development "mention").

<figure><img src="https://2919579608-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPdcc5uQt1eQainblDyLx%2Fuploads%2Fgit-blob-d61073a20461bd8897c423f16b2410a051ebb526%2Fimage.png?alt=media" alt=""><figcaption><p>Platform Settings in IntelliJ</p></figcaption></figure>

### Configure Libraries

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

<table><thead><tr><th width="206">Name</th><th>Library Path</th></tr></thead><tbody><tr><td><strong>ATOMSphere Libs</strong></td><td><code>C:\Program Files\Boomi AtomSphere\</code><mark style="color:orange;"><code>LocalAtom</code></mark><code>\lib</code></td></tr><tr><td><strong>Groovy SDK</strong></td><td><code>%UserProfile%\.groovy\sdk\groovy-2.4.13\lib</code></td></tr></tbody></table>

<figure><img src="https://2919579608-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPdcc5uQt1eQainblDyLx%2Fuploads%2Fgit-blob-3853d4854f4311e839e4d19520c3ab17619d5a7a%2Fimage%20(31).png?alt=media" alt=""><figcaption><p>Global Libraries configured</p></figcaption></figure>

### Summary

You Project Setting should now look like this:

<figure><img src="https://2919579608-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPdcc5uQt1eQainblDyLx%2Fuploads%2Fgit-blob-e09dd84aac7ecd477dceec7849c438c49debf37a%2Fimage%20(32).png?alt=media" alt=""><figcaption><p>ATOM JDK selected</p></figcaption></figure>

The last thing to do is to validate your settings:

<figure><img src="https://2919579608-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPdcc5uQt1eQainblDyLx%2Fuploads%2Fgit-blob-a229023e75caeda8382a70571ff6c77db61492c6%2Fimage%20(33).png?alt=media" alt=""><figcaption><p>Validate Project Settings</p></figcaption></figure>

## Tip

<figure><img src="https://2919579608-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPdcc5uQt1eQainblDyLx%2Fuploads%2FIFT1c7ioCkSRViGDwGAy%2Fimage.png?alt=media&#x26;token=730cf225-31f8-4d33-8be0-37ba9f706f6d" alt=""><figcaption></figcaption></figure>

{% content-ref url="verify-project-setup" %}
[verify-project-setup](https://boomi.markusschmidt.pro/boomi-scriptease/setup-a-customer-project-a5e8a967b06b4f9d9123b55f72e07145/verify-project-setup)
{% endcontent-ref %}
