Slackware This Forum is for the discussion of Slackware Linux.
|
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-12-2005, 06:53 PM
|
#1
|
|
Member
Registered: Feb 2004
Location: AZ
Distribution: Slackware, Ubuntu, CentOS, Debian
Posts: 139
Rep:
|
can't find java or javac with which command in slack 10.1 but j2re is installed
Is there something simple that I am missing here? I am trying to install Limewire and need to use "java -jar LimeWire.jar" because of their sloppy ways with the new version. Using sh also reports that it cannot find "java". I can't download j2re from sun's website because it redirects me because it shows that i have java installed. Any help would be appreciated.
|
|
|
|
02-12-2005, 07:51 PM
|
#2
|
|
Senior Member
Registered: May 2003
Distribution: Slackware, SLAX, OpenSuSE
Posts: 1,511
Rep: 
|
Your problem can be caused by a number of things, and there's also more than one way to solve it, I guess.
(1) Try setting environment variable:
export JAVA_HOME <install dir of JRE>
export PATH $JAVA_HOME:$PATH
OR
(2) Create a softlink in a place included in your path.
Important: Run your command as user, not root. Root has a much shorter PATH, usually, than any other user, and can not normally do much with Java.
gargamel
|
|
|
|
02-12-2005, 07:51 PM
|
#3
|
|
Senior Member
Registered: May 2003
Distribution: Slackware, SLAX, OpenSuSE
Posts: 1,511
Rep: 
|
Your problem can be caused by a number of things, and there's also more than one way to solve it, I guess.
(1) Try setting environment variable:
export JAVA_HOME <install dir of JRE>
export PATH $JAVA_HOME:$PATH
OR
(2) Create a softlink in a place included in your path.
ln -s <JRE install path>/bin/java java
Important: Run your command as user, not root. Root has a much shorter PATH, usually, than any other user, and can not normally do much with Java.
gargamel
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:58 PM.
|
|
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
|
|