Hi, > how can i set java path on centos 3.3. > > I removed symbolic link that was giving me problem > > now when i type java on command prompt > > i get the following: > > -bash: /usr/bin/java: No such file or directory > > Any hints? To be honest I use CentOS 4.0 and I had similar problem - I needed java to run Azureus and java plugin to Firefox. In my case I just download and installed java from Sun website. After that I removed java symlink from /usr/bin and make: ln -s /usr/java/jre1.5.0_01/bin/java /usr/bin/java Greetings Dominik