Quote:
Originally posted by Unregistered >"I had to add java to my path in my ".bashrc" file"
What text must be written in the .bashrc file?
Thanks!
Gérald Tapp |
First, locate where Java is (I believe the default installation for Sun's Java runtime environment is "/usr/java/j2re_1.3/bin". At the very end of the .bashrc file, add the following....
PATH=$PATH:/usr/java/j2re_1.3/bin
(if "/usr/java/j2re_1.3/bin" is where your java executable is located)
If you need any more help, email me.
icecanuckatpopmail.com (replace "at" with @ of course)