In Ubuntu 10.04, sun-java6 packages are not going to be available for ubuntu within the repositories.
So in this version I used "icedtea6-plugin" that is web browser plugin based on OpenJDK and IcedTea to execute Java applets.
First you just checked there is package installed in your system.
tatshuya# sudo dpkg -l icedtea6-plugin
ii icedtea6-plugin 6b18-1.8-0ubuntu1 web browser plugin based on OpenJDK and IcedTea to execute Java applets
Next, create directory plugin in google chrome directory.
tatshuya# sudo mkdir /opt/google/chrome/plugins
Create symbolic link for java plugin
tatshuya# sudo ln -s /usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so /opt/google/chrome/plugins
Run google chrome with the parameter '--enable-plugins'
tatshuya# /opt/google/chrome/google-chrome --enable-plugins %U
Test java plugins by goto website 'http://www.bodo.com/javame.htm'
== TaTsHuYa ==
Subscribe to:
Post Comments (Atom)
5 comments:
it doesn't work for some sites e.g www.chess.lt and click Play - should pop-up login window, but unfortunatelly... :(
It doesn't works with the photo uploader of facebook. It shows me a message of "Missing plug-in". Do you know why?
Doesn't work ;(
Worked for me! Thanks a lot!
Thx!
Post a Comment