> For the complete documentation index, see [llms.txt](https://boomi.markusschmidt.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boomi.markusschmidt.pro/boomi-scriptease/setup-a-customer-project-a5e8a967b06b4f9d9123b55f72e07145/intellij-configuration.md).

# 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="/files/FclX46MYp3foZr3ImuSH" 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

* Platform Settings -> SDKs -> '+'

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](/boomi-scriptease/knowlede-base/java-jdk/chose-newer-jvm-for-local-development.md).

<figure><img src="/files/gnmhGA25YajfBeeqqq10" 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="/files/FmBrzait9lbtZbAGv5ol" alt=""><figcaption><p>Global Libraries configured</p></figcaption></figure>

### Summary

You Project Setting should now look like this:

<figure><img src="/files/XvOr6y4u9zcyqrLswk6Z" alt=""><figcaption><p>ATOM JDK selected</p></figcaption></figure>

The last thing to do is to validate your settings:

<figure><img src="/files/CR7WuFu9TEhKTpYGLYn9" alt=""><figcaption><p>Validate Project Settings</p></figcaption></figure>

## Tip

<figure><img src="/files/WtVLLj1EuKHnmDTIaOOS" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/ZrH1culATEnGiKaAQHaE" %}
[Verify Project Setup](/boomi-scriptease/setup-a-customer-project-a5e8a967b06b4f9d9123b55f72e07145/verify-project-setup.md)
{% endcontent-ref %}
