Settings ProjectGroovyClassPathSettings/en
Version vom 26. Juli 2018, 07:53 Uhr von Cg (Diskussion | Beiträge) (→Groovy Action Blocks and ClassPath)
Groovy Action Blocks and ClassPath[Bearbeiten]
Groovy actions are executed in a separate Java Virtual Machine (JVM). This JVM can be either started explicitly via "[Start Java on Local Machine
]" action blocks, via a shell script, or implicitly whenever the very first groovy action is executed.
Explicitly (i.e. manually) started JVMs can be configured via the "[Add JAR
]" action to include any required class libraries (".jar" files),
whereas implicitly (i.e. automatically) started JVMs get their class path from the user settings.
The "Settings" - "Project Management" - "Groovy Class Path" dialog is used to configure this class path.