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
  1. Appendix
  2. Java thoughts and recommendations

Chose newer JVM for local development

Last updated 6 months ago

I cannot say, yet, if choosing a different JVM for local script execution has any impact on ScriptEase - scripts are executed on a different Java Virtual Machine, as when they run on the Atom!

For the time being, I decided to continue with corretto-23 to avoid Warnings.

You may download and switch to corretto-23 as the Project SDK, instead of choosing the ATOM JDK.

💤
An illegal reflective access operation has occurred
Using a different Java SDK