Hi,
The dirty way:
* extract the package downloades from java.sun.com, move to (say) /usr/local/java ...
* locate the old exec java files:
whereis java
normally is /usr/bin/
* then create symbolic links from your new installation:
sudo ln -sf /usr/local/java/your_java_version/bin/* /usr/bin/
* About the browsers, depends how you did the installation of plugins: local or global (all users)... try to locate the file:
sudo find / -name libjavaplugin_oji.so
* and replace the files located in firefox plugin directory, using a symbolic link:
sudo ln -sf /usr/local/java/your_java_version/jre/plugin/i386/ns7/libjavaplugin_oji.so /path/to/your/browser/dir/of/plugins/
ok... that was the dirty way... of course, there are other clean ways to do the job
EOF
__________________ EOF |