View Single Post
  #16 (permalink)  
Old October 7th, 2002
Unregistered
Guest
 
Posts: n/a
Default Re: Oy...

Quote:
Originally posted by Unregistered
Can't get it working:

Using Mandrake 9
export JAVA_HOME=/usr/java/j2re1.4.0_02
export PATH=$PATH:/usr/java/j2re1.4.0_02/bin

these are correct... (command "java" works)

Yet, I still get the same error messages... Also tried it with a symbolic link /usr/java/j2re1.4.0 to /usr/java/j2re1.4.0_02 but that didn't work either... I'm lost here...
Same guy here... I solved it already:

cd /usr/lib/kaffe/bin
mv java java-old
ln -s ln -s /usr/java/j2re1.4.0_02/bin/java

and it worked... heh...
Reply With Quote