Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Question Récupérer le chemin du runtime lors de l'éxécution

More
16 May 2018 08:19 #1 by caplan
Bonjour,

Existe-t-il un moyen de récupérer dans une variable le chemin du runtime d'execution ?

Par exemple dans mon cas, il s'agit de récupérer le lien "C:\STAMBIA\Stambia-Designer\stambiaRuntime".

Merci
More
24 May 2018 16:41 #2 by Thomas BLETON
Replied by Thomas BLETON on topic Récupérer le chemin du runtime lors de l'éxécution
La variable suivante correspond au répertoire "temp" du Runtime : ${/CORE_TEMPORARY_FOLDER}$
=> vous pouvez remonter au répertoire parent de cette façon : ${/CORE_TEMPORARY_FOLDER}$\..

Remarque : ${/CORE_JAVA_TEMPORARY_FOLDER}$ est l'équivalent avec des / au lieu de \ (c'est utile dans certains contexte comme le scripting par exemple)