Results 1 to 2 of 2
I've recently installed j2sdk1.4.2_04, and set the JAVA_HOME variable, but now the JAVA_HOME variable is "/usr/java/j2sdk1.4.1_02:/usr/java/j2sdk1.4.2_04:."
I a little new to linux, so I'm unclear as to get rid of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-07-2004 #1Just Joined!
- Join Date
- Apr 2004
- Posts
- 10
How do I clear JAVA_HOME
I've recently installed j2sdk1.4.2_04, and set the JAVA_HOME variable, but now the JAVA_HOME variable is "/usr/java/j2sdk1.4.1_02:/usr/java/j2sdk1.4.2_04:."
I a little new to linux, so I'm unclear as to get rid of the old reference to the old java installation
- 05-07-2004 #2Code:
export JAVA_HOME="new path and stuff"
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
