# 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&#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](/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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://boomi.markusschmidt.pro/boomi-scriptease/setup-a-customer-project-a5e8a967b06b4f9d9123b55f72e07145/intellij-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
