alexkywalker
Registered
How do I setup environment variables at startup with GLOBAL visibility
I am new to Macs and Mac OS X. I am running the following services on my Mac:
- Tomcat
- Jakarta Cactus
- JUnit
- Jakarta Ant
Every time I have to work with these I have to setup a JAVA_HOME and a CLASSPATH environment variables, using "setenv".
I already found how to automate this when a user (non-root) logs in, but I need these variables to be visible GLOBALLY.
Do you know how can I do this?
Thanks in advance.
Alejandro
I am new to Macs and Mac OS X. I am running the following services on my Mac:
- Tomcat
- Jakarta Cactus
- JUnit
- Jakarta Ant
Every time I have to work with these I have to setup a JAVA_HOME and a CLASSPATH environment variables, using "setenv".
I already found how to automate this when a user (non-root) logs in, but I need these variables to be visible GLOBALLY.
Do you know how can I do this?
Thanks in advance.
Alejandro