Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-21-2006, 10:29 PM
|
#1
|
Member
Registered: Apr 2006
Location: Mexico
Posts: 55
Rep:
|
Tomcat5 doesn't find JAVA_HOME environment variable
I have jdk 1.5 installed and configured, but when I try to run startup.sh in Tomcat it says:
The JAVA_HOME environment variable is not defined
This environment variable is needed to run this program
What can I do to make it recognize the Java path?
|
|
|
09-22-2006, 12:15 AM
|
#2
|
Senior Member
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109
Rep:
|
Hi.
Could you run 'which java' and post the output?
Could you also tell us where Java installed to? (It might be /usr/lib/java-xxx, or /usr/jdk-xxx or something similar)
Dave
|
|
|
09-22-2006, 08:55 AM
|
#3
|
Senior Member
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250
Rep:
|
Quote from this site: http://www.crazysquirrel.com/computing/debian/java.jspx
Quote:
Dealing with Packages that Require JAVA_HOME
Unlike a lot of packages many (most) Java packages need to know where the Java VM is installed and they do this through use of an environment variable called JAVA_HOME. You can set this for each package or you can set this globally in "/etc/profile". Some packages, such as Tomcat, that are started by an init script will need to know where Java is installed in order to start at boot time. Since they don't run in a shell they don't read "/etc/profile".
|
|
|
|
09-23-2006, 11:40 AM
|
#4
|
Member
Registered: Apr 2006
Location: Mexico
Posts: 55
Original Poster
Rep:
|
It's JDK 1.5.0_06. I installed it using EasyUbuntu (a program to install some packages like drivers, codecs, java, and others), and it's in /usr/lib/jvm/java-1.5.0-sun-1.5.0.06. I use Java and it works fine, but I don't know where is JAVA_PATH.
I didn't find it in /etc/profile or in /home/me/.bashrc
If I uninstall jdk and install it manually, might it work? If it's possible... mmmm... how can I uninstall it if EasyUbuntu is just for installation?
|
|
|
09-23-2006, 01:42 PM
|
#5
|
Senior Member
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109
Rep:
|
Hi.
You'll have to add the following 2 lines to /etc/profile
Code:
JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.06
export JAVA_HOME
Now log out and log back in, and you should be good to go.
Dave
|
|
|
All times are GMT -5. The time now is 01:46 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|