Jack_-_Ganzha wrote:
> How can i set a enviroment variable on linux using kde interface?

Global variables:
Edit file /etc/profile with whatever editor you like (e.g. KEdit). To set
CATALINA_HOME write the following:

CATALINA_HOME=/path/to/your/tomcat/installation/root/directory
export CATALINA_HOME

User specific variables:
Edit each user's .bash_profile file which can normally be found in
/home/username


Marcel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to