Adding java to PATH Firstly, I am running Mandrake 8 and am rather new to Linux, after some time I have got Lime Wire to run but only by running <$/usr/java/jre1.3.1/bin/java -cp . RunLime>. I assume this is because java is not in my path, if it was I could just use <$sh runlime.sh>. So how do I add java to my path exacly? My .bash_profile file has no line for $PATH.... Is their a way I can run an <export $PATH=PATH*> to add it to my path? Thnx for any help |