Linux ENV

India
February 7, 2007 4:06am CST
How can i add environment variables to Fedora 6? When I try to install tomcat5 on linux it reports an error, JAVA_HOME environment variable not configured, How can i solve this?
1 response
• India
10 Feb 07
Is JVM/JDK installed in your distribution? I think fedora ships without Java. Check that first and type following command in the terminal export JAVA_HOME=${java_dir}. I hope that would help you.