java applets not working

Asked by Daniel

Java applets do not work in Ubuntu 9.10 with Firefox 3.5 browser. I tried uninstalling icedtea6-plugin but still not getting Java applets to work. My system does have the sun-java-6jre package installed. The applet I'm trying to load does work partially sometimes, sometimes it doesn't work at all. Sometimes the applet hangs up on doing a search function. I tried accessing the same applet on another computer using windows xp and it worked perfectly on the windows computer.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox-3.5 Edit question
Assignee:
No assignee Edit question
Solved by:
wojox
Solved:
Last query:
Last reply:
Revision history for this message
Best wojox (wojox) said :
#1

Here copy and paste into terminal:

sudo apt-get install sun-java6-jre sun-java6-plugin

Revision history for this message
Daniel (djr1215) said :
#2

Thanks wojox, that solved my question.