It looks like it's having a problem finding java. Here are some
suggestions:

Type: 
java -version
One of three things should happen:

a) It shows you that Sun Java is running (ie. java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0-b105, mixed mode) or
similar)
- If this is the case, then I'm not sure what the issue is.

b) Another version of java is running.
- In this case, run the following command:
sudo update-alternatives --config java
If update-alternatives shows you multiple java installations, then the
application will let you switch between them.

or

To install java debs, follow these instructions:
http://mediakey.dk/~cc/howto-install-sun-java-on-debian-etch/

c) Java does not run at all.
- In this case, try installing java with the instructions in the above
url. If that does not work, you may have to add java to your path. To do
this, edit your .bashrc file and add a line similar to the following:
export PATH=/path/to/java:$PATH 

Hope this helps,

Jesse


_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to