Im new to Linux. I installed a new version of firefox onto my linux machine(extract bz2 to folder). So when i click on the web browser button, it would launch firefox 3.6
However, when i use eclipse/java/selenium to launch the webpage, it launches a seperate version FF 3.0.
So i went ahead and deleted the FF 3.0 from /usr/lib, /usr/lib64 and replaced it w/ ff 3.6. Now i get an error saying failed to connect to binary FireFoxBinary(/usr/bin/firefox) when i load my selenium code.
Please advise, it seems as if selenium is launch the wrong browser and i have noooo idea how to fix it and cannot find any information online.