PDA

View Full Version : [ubuntu] Java problem



Kmob810
May 18th, 2009, 10:41 AM
Reasonably new to Ubuntu and using 8.10
I run a website and recently I added a chat page. When I try to open the page I am advised that I need a Java Plugin. I have downloaded this but cannot open the .bin file as the installation process asks me to choose which programme to open it with and I haven't got a clue! can someone advise me how best to run this plugin? Thanks

vikkikanhaua
May 18th, 2009, 11:05 AM
you don't have to download the plugin separately
just type in terminal:
sudo apt-get install sun-java6-plugin

ad_267
May 18th, 2009, 11:46 AM
What vikkikanhaua said, or you can install the sun-java6-plugin from System - Administration - Synaptic Package Manager. See Installing Software in Ubuntu (http://www.psychocats.net/ubuntu/installingsoftware).

Kmob810
May 18th, 2009, 12:11 PM
Thank you Vikki, I' off to work now but I will do as you suggest when I come back home.
Thanks again

Kmob810
May 18th, 2009, 12:12 PM
Thanks AD. I will bear your comments in mind.

Kmob810
May 19th, 2009, 08:23 AM
you don't have to download the plugin separately
just type in terminal:
sudo apt-get install sun-java6-plugin
Well Vikki, I did as you suggested and everything loaded (slowly) but there is no difference, when I tried again to open the chat room I was informed that I needed a 'Java Plugin@.
I tried the other suggestion from below and I've now found that I have a problem with Synaptic Manager. On clicking it opens with "e. dpkg was interruted you must manually run 'dpkg --configure -a" to correct the problem. When I tried to input that into a terminal I was told that I need to be superadmin (or something like that). Any ideas on how to sort this???????

Kmob810
May 19th, 2009, 08:48 AM
you don't have to download the plugin separately
just type in terminal:
sudo apt-get install sun-java6-plugin
Vikki, I managed to get Syn Man working with help from the forum and have now intalled the java6. Everything is working great. Thanks for your help.

ad_267
May 19th, 2009, 08:51 AM
You get that error if you have a crash or shut down your computer while an update is in progress. You need to put a "sudo" before the command and then enter your password to run it as root: "sudo dpkg --configure -a"

If you've installed that package then you should have a working java plugin, I'm not sure why you'd still be getting that error.

Edit: Never mind, looks like you got it sorted :)