Fedora :: OpenJDK With Firefox 3.6 Supported Plugin
Mar 13, 2010
I have compiled the OpenJDK with NPPlugin support for fedora 12. It works very well in Firefox 3.6. I would like to share it with you. Download the RPMs from the output of koji and run: #yum localinstall java-1.6.0-openjdk* It will upgrade your openjdk. The plugin can be used in Firefox 3.6 in both remi's rpm or F13's firefox,
[Code].....
View 1 Replies
ADVERTISEMENT
Jan 22, 2010
see the released of Mozilla Firefox 3.6. However, it seems that Firefox 3.6 does not like current OpenJDK Java plugin installed by Fedora 12. (IT SUPPORTS NOW SEE SOLUTION BELOW) A little google turned out that in this release Firefox dropped the old Open Java Integration mechanism, which is currently being used by OpenJDK Java plugin. [Code] Now I have to manually install the JRE from Sun to get Java plugin in Firefox 3.6.
Is there any plan for OpenJDK to catch up with this change of Java plugin? I hope the Firefox 3.6 shipped with Fedora 13 could have OpenJDK Java plugin support.
Yes, OpenJDK did have plan for the new java plugin. Actually it arrived with IcedTea B17 (Alpha version, of course). However, the new plugin support is only enabled in Fedora 13 build config. Now our task is simple, upgrade the OpenJDK to Fedora 13 build in rawhide, like what we have done to Firefox.
[Code]....
Reboot your Firefox 3.6 and it's done. I have tested with Citrix java client and RuneScape. Citix works fine, but the RuneScape crashed with my Compiz. Switch off Compiz and the RuneScape works fine, too. It is not a big deal for me since I do not play RuneScape. So basically it WORKS.
View 14 Replies
View Related
Jul 10, 2010
I am using Kubuntu 10.04 with Firefox 3.6 from Mozilla's website and I use OpenJDK from the Ubuntu repsitories.I want to know how do I configure OpenJDK with the Firefox to view Java applets in the browser.
View 1 Replies
View Related
May 31, 2010
I',m having trouble running the zotero openoffice integration plugin in F13 under the openjdk plugin.It's known top be not working as per The problem lies in some permissions as reported here -fedora-linux/However i want to know if there's any progress on it, since i dont have privilege to install it in my lab computer. Also i found this old bug reportwhich seems to have something done.If anypone has any idea please post, else i think i need to file a new bug report.EDIT: I'd be glad even if someone can guide me to write local policy (.java.policy) to enable the plugin
View 1 Replies
View Related
Oct 21, 2010
Last nights upgrade of java-1.6.0-openjdk-1.6.0.0-43.1.8.2.fc13.i686 and java-1.6.0-openjdk-plugin-1.6.0.0-43.1.8.2.fc13.i686 prevent the loading of Ameritrades Command Center.Downgrading to version 1.6.0.0-37 fixes the problem. I'll post the bugzilla number as soon as I get the chance to file it.
View 3 Replies
View Related
Jan 22, 2010
I'm curious to known if will be available or not. On the system at 64 bit i have installed the 3.6 (beta,etc.) directly from the mozilla binary. Now my system at 32 bit will be automatically update at the final release 3.6. What could happen on my system at 64 bit? Must i use the 3.7 beta since is available at 64 bit? (But in this manner i can't use some plugin because don't all plugin are supported in this version)
View 2 Replies
View Related
Feb 18, 2010
Is the OpenJDK web plugin the only option for java web plugins? I uninstalled it to run the Sun JDK Update 18, but now I can't find another web plugin.
View 1 Replies
View Related
Jun 11, 2010
Last nights updates of: java-1.6.0-openjdk-1.6.0.0-39.b18.fc13.i686 and java-1.6.0-openjdk-plugin-1.6.0.0-39.b18.fc13.i686 no longer work with Ameritrade Command Center. I was really happy when OpenJDK got to a point where I didn't have to install Sun's Java, and it has been working great for quite a few months now, but today, when trying to bring up Command Center, it's telling me that there is a missing plugin, then points me to the Sun Java site. This is when using Firefox or Chrome. It may just be the plugin or the way it's positioned, so, hopefully this weekend I'll get time to investigate a little further. If not I'll downgrade to the previous version. <sigh> I really didn't want to install Sun's Java on my F13 boxes.
View 13 Replies
View Related
Jul 10, 2011
I use openSUSE 11.4 64 bits, KDE and FireFox 5.0. I regularly update. When trying to reach my bank, I get the following error: Code: icedteanp plugin error: Failed to run /usr/lib64/jvm/java-1.6.0-openjdk/jre/bin/java. For more detail rerun "firefox -g" in a terminal window. Is there anything I can do to remediate ? Does IcedTea everything that Java does?
View 4 Replies
View Related
May 14, 2010
I've installed the newly released OpenJDK which includes the updated NPPlugin that's compatible with Firefox 3.6. However the CPU usage is abysmal. I'm seeing 80-100% by the java component. How I installed it and removed the previous Sun Java workaround is listed here.
View 3 Replies
View Related
Aug 29, 2011
I have the following packages of openjdk and icedtea installed.
i openjdk-6-jre - OpenJDK Java runtime, using Hotspot JIT
i openjdk-6-jre-headless - OpenJDK Java runtime, using Hotspot JIT (headless)
i openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries)
i icedtea-6-jre-cacao - Alternative JVM for OpenJDK, using Cacao
i A icedtea-6-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
Now I am not a developer or anything just a user. My use-case are two :-
a. Running java programs on the desktop
b. Running java in the web-browser.
I *think* both of them get installed by default. Openjdk via the default-jre virtual package while icedtea due to some of the openjdk headless packages.
~$ aptitude why openjdk-6-jre
i default-jre Depends openjdk-6-jre (>= 6b23~pre8-2~)
~$ aptitude why icedtea-6-jre-jamvm
i openjdk-6-jre-headless Recommends icedtea-6-jre-jamvm (= 6b23~pre8-2)
~$ aptitude why openjdk-6-jre-headless
i openjdk-6-jre-lib Depends openjdk-6-jre-headless (>= 6b17)
$ aptitude why openjdk-6-jre-lib
i openjdk-6-jre-headless Depends openjdk-6-jre-lib (>= 6b23~pre8-2)
Notice the circular dependency at the end. From what I read the headless packages are basically for those systems where a server is running which does not have have a monitor, in which case I wonder why its installed in my system? My actual issue is of having the java for iceweasel. I did search for having java plugins and did not find anything except for icedtea-plugin to run java on my browser.
Trying to install it through gave conflicts :-
$ sudo aptitude install icedtea-plugin
[sudo] password for shirish:
The following NEW packages will be installed:
icedtea-netx{a} icedtea-plugin xulrunner-1.9.1{ab}
0 packages upgraded, 3 newly installed, 0 to remove and 4 not upgraded.
Need to get 8,642 kB/9,103 kB of archives. After unpacking 26.5 MB will be used.
The following packages have unmet dependencies:
openjdk-6-jre-headless: Conflicts: icedtea-netx (< 1.1.1-2~) but 1.1-1 is to be installed.
xulrunner-1.9.1: Depends: libmozjs2d (= 1.9.1.16-6) but 1.9.1.16-9 is installed.
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) icedtea-netx [Not Installed]
2) icedtea-plugin [Not Installed]
3) xulrunner-1.9.1 [Not Installed]
Accept this solution? [Y/n/q/?] q
Abandoning all efforts to resolve these dependencies.
Abort.
I did see the other solutions but most of them recommend downgrading both the openjdk and icedtea packages to the ones in testing rather than in unstable.
View 2 Replies
View Related
Apr 11, 2011
Yesterday I wasn't able to successful enable JRE in my firefox.This is what I did ,
I downloaded the rpm from the file and installed it in /usr/java Code: chmod a+x jre-6u<version>-linux-i586-rpm.bin./jre-6u<version>-linux-i586-rpm.bin This successfully installed Firefox JRE in my system now in order to make firefox know abt it
I went to /usr/lib/firefox/plugins and
Code:
ln -s /usr/java/jre1.6.0_24/lib/i386/libnpjp2.so as said in the instruction manual. Still firefox isn't able to recognise the plugin.
View 1 Replies
View Related
Feb 1, 2011
OpenJDK has recently updated. Problem is that I am using the JDK from Sun/Oracle which I downloaded and installed along with other java tools and IDE's. I notice that openJDK is now the default JDK on the system.
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.4) (6b20-1.9.4-0ubuntu1~10.04.1)
OpenJDK Server VM (build 19.0-b09, mixed mode)
Now my own java build is configured in $PATH but ignored, this is not good as I do a lot of java development. I would like to disable the OpenJDK or even remove it. I would also like to disable the update manager for this particular package and it's other add ons.
View 2 Replies
View Related
Nov 3, 2009
I installed shockwave to try and get a game working. The game ended up not working correctly and shockwave installe da plugin to play flash content in Firefox. So now Firefox won't play flash content. I removed Shckwave but Shockwave left the plugin for Firefox. I cannot seem to getrid of it I even reintalled the flash plugin to no avil. So how to get rid of the Shockwave plugin from Firefox. Then I can reinstall the flash plugin.
View 5 Replies
View Related
Feb 1, 2010
I've got fedora12 64bit and have installed sun java 64bit. If I run java -version its shows that its using sun java. I have followed a few site now to get firefox to use the sun plugin but nothing seems to work. All I get when I click a java app is to run it in iced tea.
View 11 Replies
View Related
May 26, 2010
I upgraded yesterday from fedora 12 to 13, now I've an issue with the new Firefox (3.6): the GWT development plugin for firefox 3.6 is not working.
I read that (1) firefox 3.6 is supported, but it may not work on distributions where a custom patch has been applied on the gecko engine. Is this the case of ff 3.6 on fedora 13?
I've a 64bit machine, but I'm not sure if this is related.
[URL]
Ok, I solved recompiling the plugin following the comment #16 at
[URL]
View 1 Replies
View Related
May 29, 2010
Has anyone here gotten the Sun Java plugin (1.6.0_20) working in Firefox under F13? I'm using the Firefox 3.6.3-4 RPM supplied by F13, and I created the link in /usr/lib/mozilla/plugins to ${JAVA_HOME}/jre/plugin/i386/ns7/libjavaplugin_oji.so as I've always done, but the plugin fails to show up when I check the plugins in Firefox. I installed some other plugins in /usr/lib/mozilla/plugins and they work fine, only Java doesn't work. It's weird because I've never had a problem getting the Java plugin to work in Firefox before this, and I've done it a million times.
I don't have the Fedora-supplied java packages installed, so it's not a issue of conflicting plugins. And the plugin does work in Opera. I also tried the 1.6.0_18 plugin from Sun, and that didn't work in Firefox either, though it works in F11. I can't figure out what's causing this just in F13. So far this is the only problem I've had in F13, everything else has worked great.
View 3 Replies
View Related
Aug 21, 2010
firefox plugin for java. I searched the threads but no joy. this is what I have:
Code:
[root@...]# rpm -qa | grep java
tzdata-java-2010j-1.fc13.noarch
java_cup-0.11a-4.fc13.noarch
[Code]....
and when I type in firefox: <about: plugins>; there are no references to java.
what's the deal with this line in the code??? --> system-switch-java-1.1.5-1.fc12.noarch?
View 1 Replies
View Related
Sep 8, 2010
Am looking to visit a site that requires shockwave player. Firefox cant seem to locate a plugin neither does yum.
View 8 Replies
View Related
Mar 17, 2011
I am using Fedora 14 i386 and I am trying to configure Mozilla Firefox 3.6.15 to work with the JRE plugin. I have tried sever tutorials of this type (some slightly different) [URL]. However, I cannot get firefox to recognize the plugin. When I used the tutorial above I was also getting SELinux AVC denial warnings. If not clearly stated above, I downloaded the JRE directly from Oracle. I need to use the version from Oracle/Sun because the VPN client I have to use (from Juniper Networks) will not work with gcj or the openjdk provided from the default yum repositories.
View 3 Replies
View Related
May 6, 2011
I recently found out that my Firefox 4 plugin for Java is not working. My problem is that i have Java installed (unfortunately I found out that I accidentally installed the Sun Java and not the OpenJDK) and it is working, but the plugin just refuses to work.
However it should be installed because of the following output:
Code:
So I thought that maybe the wrong Java version is used, but it doesn't seem to be so:
Code:
There are 4 programs which provide 'java'.
So in theory OpenJDK should be selected and work with Firefox, unfortunately it doesn't.
View 1 Replies
View Related
Jul 30, 2011
I'm running F15 KDE version i've installed java, but how do I install the plugin for firefox?
View 4 Replies
View Related
Oct 16, 2009
I just installed F11 and am trying to get flash to work in firefox. I installed the adobe repository and ran: yum install flash-plugin The install completed but when I try to run flash in firefox it says that flash isn't installed. How can I fix this?
View 3 Replies
View Related
Oct 29, 2009
Fedora 11, 32-bit, updated daily manually via yum (console). Today got the Firefox update to 3.5.4. After restarting Firefox, the fist page reads: "You should update Adobe Flash Player right now." The link leads to Adobe site, which offers me Flash Player version 10.0.32.18. All is fine so far, excluding the fact that I already have this player:
[root@pc ~]# rpm -qa | grep flash
flash-plugin-10.0.32.18-release.i386
Just for the record, on "aboutlugins" page Firefox confirms I do have the correct player version:
Shockwave Flash
File name: libflashplayer.so
Shockwave Flash 10.0 r32
Does it mean Firefox does not detect correctly the Flash plugin version? Or am I missing something?
View 8 Replies
View Related
Dec 24, 2009
I have never had a problem with flash plugin before. Just recently I decided to try gnash to see if it plays flash videos better then flash plugin (it doesn't). So I updated flash plugin from the 10.0 r32 version to the 10.0 r42 version and went under Tools > Add-ons > Plugins in Firefox and disabled the gnash plugin and re-enabled the flash plugin and now flash does not work any more. I've tryed uninstalling gnash, reinstalling flash plugin, reinstalling Firefox. Flash just will not work. Flash works in Google Chrome or if I run Firefox as root.
I have Fedora 12 32bit
I disabled the new version of flash plugin (10.0 r42) and re-enabled the old version (10.0 r32) and now flash works. I dont understand the new version of flash plugin works but only in Google Chrome or if I run Firefox as root?! Also Firefox (as my user) shows both versions of flash plugin 10.0 r32 and 10.0 r42 Firefox as root and Google Chrome only show the new version.
View 4 Replies
View Related
May 31, 2010
I have installed a fresh fedora 13. I was trying to install Sun Java so I just followed the instruction given here. everything went al-right and I am now able to open Java applications. The problem is that I can't get the Firefox Java plugin to work! I have tried many things but Firefox doesn't even show the plugin in the about: plugins page.My Firefox version is 3.6.3 and I am using java version 6 update 20.
View 14 Replies
View Related
Jun 8, 2010
If you uninstall openJDK then download and install Sun jre-6u20-linux-i586, the n install plugin with
Code:
ln /opt/java/jre1.6.0_20/lib/i386/libnpjp2.so .
Restart Firefox and try to open java applet, firefox crashes.
The reason I'm not using openJDK because it is not working with Webex and thats critical for my work
View 7 Replies
View Related
Jun 29, 2010
I downloaded java file from the official site and installed it successfully, but the plug isn't working yet! i can't figure out the missing step after the installation!
firefox: 3.6.4
plug in: jre-6u20-linux-i586-rpm
View 1 Replies
View Related
Feb 13, 2011
how to run a java application on a 64 bit Firefox install on Fedora, but I didn't find any simple and direct way to do it. So I'll post this here, hoping that people who search for this problem can easily find this really quick solution.
1-> on the terminal do the usual su -
2-> yum install jre
3.> make a link in /home/your_name/.mozilla/plugins/ folder to the file located at /usr/java/jre1.6.0_23/lib/amd64/libnpjp2.so
(just select the file, press ctrl+shift and drag it to the plugins folder)
4-> go to http://java.com/en/download/installed.jsp from firefox and test your install
Piece of cake, but it doesn't show up in search engines that easily when I look for: jre firefox 64 plugin fedora Granted that many tutorials mention the linking method, but most either tell you to install the binary/rpm from the java site or even installing the 32bit version for older fedoras... yum makes it so much easier.
View 10 Replies
View Related
Jun 30, 2010
Java is not working in Firefox. Do I not have Java installed correctly ?
Code:
[root@jonas jonas]# ls -l /usr/lib/mozilla/plugins
total 352
lrwxrwxrwx. 1 root root 39 2010-06-26 10:16 libflashplayer.so -> /usr/lib/flash-plugin/libflashplayer.so
lrwxrwxrwx. 1 root root 34 2010-06-22 11:41 libjavaplugin.so -> /etc/alternatives/libjavaplugin.so
[root@jonas jonas]# ls -l /etc/alternatives/ | grep libjavaplugin
lrwxrwxrwx. 1 root root 56 2010-06-22 11:41 libjavaplugin.so -> /usr/lib/jvm/jre-1.6.0-openjdk/lib/i386/IcedTeaPlugin.so
View 7 Replies
View Related