The MSPro Boomi Collection
About
ScriptEase For Boomi
ScriptEase For Boomi
  • ScriptEase
    • ScriptEase Development Environment
    • What AI says!
      • The limits of AI ...
  • Software Installation
    • Install a local Atom
  • Project Setup
    • IntelliJ Configuration
    • Verify Project Setup
  • Concepts
    • Use Test Data
  • Examples
    • 1 - Debug an existing process script
    • 9 - Aggregate Prices Example
  • Test Contexts
    • The Process Call Chain
  • Download
  • 💤Appendix
    • Script Templates
    • Java thoughts and recommendations
      • Chose newer JVM for local development
    • Boomi documentation and links
    • Initialize IntelliJ Templates
    • Script Contexts
  • Troubleshoot
    • Java the weed
    • ClassNotFoundException - GroovyStarter
    • Invalid VCS root mapping
    • An illegal reflective access operation has occurred
    • UnauthorizedAccess Error
  • Licensing
    • License Activation
    • Privacy Policy
Powered by GitBook
On this page
  • Configure SDK
  • Configure Libraries
  • Summary
  • Tip
  1. Project Setup

IntelliJ Configuration

Last updated 6 months ago

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

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\LocalAtom\jre\

See also Chose newer JVM for local development.

Configure Libraries

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

Name
Library Path

ATOMSphere Libs

C:\Program Files\Boomi AtomSphere\LocalAtom\lib

Groovy SDK

%UserProfile%\.groovy\sdk\groovy-2.4.13\lib

Summary

You Project Setting should now look like this:

The last thing to do is to validate your settings:

Tip

Verify Project Setup
Open Module Settings
Platform Settings in IntelliJ
Global Libraries configured
ATOM JDK selected
Validate Project Settings