Settings ExternalScriptInterpreters GroovyClassPathSettings/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
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…“ |
Sv (Diskussion | Beiträge) Änderung übernommen aus altem Wiki von cg, 29.11.25 |
||
| (Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) | |||
| Zeile 3: | Zeile 3: | ||
===== Groovy Action Blocks and ClassPath ===== |
===== Groovy Action Blocks and ClassPath ===== |
||
Groovy actions are executed in a separate Java Virtual Machine (JVM). This JVM can be |
Groovy actions are executed in a separate Java Virtual Machine (JVM). This JVM can be started explicitly via "[<code>Start Java on Local Machine</code>]" 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 "[<code>Add JAR</code>]" action to include any required class libraries (".jar" files), |
Explicitly (i.e. manually) started JVMs can be configured via the "[<code>Add JAR</code>]" action to include any required class libraries (".jar" files), |
||
| Zeile 9: | Zeile 9: | ||
=== Jar or Folder === |
=== Jar or Folder === |
||
Defines additional Jar files and |
Defines additional Jar files and paths which are passed to groovy for class resolving. |
||
|
|
||
See also [[Installing_additional_Frameworks/en#Java_Installation_.28for_Groovy_Actions.2C_Web-_and_Mobile_Testing.29|"Installing additional frameworks"]] |
|||
---- |
---- |
||
[[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"]] |
||
Aktuelle Version vom 23. Februar 2026, 11:17 Uhr
Groovy Class Path Settings
Groovy Action Blocks and ClassPath
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
Defines additional Jar files and paths which are passed to groovy for class resolving.
See also "Installing additional frameworks"
Back to "External Script Interpreter Settings"
Back to the main page "Settings"