Settings - Preferences - Advanced - Downloads - Search "java"
It's showing about 30 MIME-types "application/x-java-...". When you click Edit they all "Use plug-in: Java(TM) Plug-in 1.6.0_26 - /usr/lib/mozilla/plugins/libjavaplugin.so"
I guess removing sun-java now is the easiest way to solve this. I'll need icedtea for starters, right?
mintyed wrote:[*]I could not press OK so i continued the rest of the steps and built the package for java.
Should have hit Enter.
[*]when it came to install the new java file. it gave message "cannot run more than one package manager at a time".
I guess dpkg --configure is still running in background. Could you please try:
- Code: Select all
sudo dpkg-reconfigure java-package
...and hit Enter.
It's calling java-package.postinst and whiptail to show the window. Though it's not a good idea and could cripple your system: You could try to kill these processes.







