Settings ExternalScriptInterpreters GroovyClassPathSettings/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 10: Zeile 10:
=== Jar or Folder ===
=== Jar or Folder ===
Defines additional Jar files and paths which are passed to groovy for class resolving.
Defines additional Jar files and paths which are passed to groovy for class resolving.



 
 
----
----

[[Settings_ExternalScriptInterpreters_NodeSettings/en|Next (Node Settings)]]


[[Settings_ExternalScriptInterpreterSettings/en|Back to "External Script Interpreter Settings"]]
[[Settings_ExternalScriptInterpreterSettings/en|Back to "External Script Interpreter Settings"]]

Version vom 29. November 2025, 10:38 Uhr

Groovy Class Path Settings[Bearbeiten]

Groovy Action Blocks and ClassPath[Bearbeiten]

Groovy actions are executed in a separate Java Virtual Machine (JVM). This JVM can be 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[Bearbeiten]

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

 


Next (Node Settings)

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



Copyright © 2014-2024 eXept Software AG