-
How to set a variable? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Here is a link how to do it.. |
Beta Was this translation helpful? Give feedback.
-
First of all see the available variables documentation so you know what you can configure.
Typically you do not want to set a variable globally but only for IDEasy.
NOTE: If you found the proper directory where to configure the variable, next you need to pick the correct configuration file:
Now use the editor of your choice to edit the configuration file (
|
Beta Was this translation helpful? Give feedback.
First of all see the available variables documentation so you know what you can configure.
Variables like
PATH
are configured globally and affect your entire system. The instructions how to set or modify them depends on your operating system:Typically you do not want to set a variable globally but only for IDEasy.
Therefore you can edit a configuration file in the following places (as described in configuration):
$IDE_HOME/conf/
for configurations that only apply to you in the project identified by$IDE_HOME
$IDE_HOME/settings/
for configurations shared with the entire team of your …