Settings ExternalScriptInterpreters GroovyClassPathSettings/en

Aus expecco Wiki (Version 25.x)
Version vom 28. Juni 2024, 09:27 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Groovy Class Path Settings == ===== Groovy Action Blocks and ClassPath ===== Groovy actions are executed in a separate Java Virtual Machine (JVM). This JV…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Groovy Class Path Settings

Groovy Action Blocks and ClassPath

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.

Jar or Folder

Defines additional Jar files and pathes which are passed to groovy for class resolving.


 


Back to "External Script Interpreter Settings"
Back to the main page "Settings"



Copyright © 2014-2024 eXept Software AG