General :: Configure Applet Plugin For OpenJDK In Firefox ?

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


ADVERTISEMENT

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 View Related

Fedora :: Firefox 3.6 And Change OpenJDK Java Plugin?

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

Fedora :: Running The Zotero Openoffice Integration Plugin In F13 Under The Openjdk Plugin?

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

OpenSUSE :: FireFox 5.0 - With IcedTea - Plugin Error: "Failed To Run /usr/lib64/jvm/java-1.6.0-openjdk/jre/bin/java"

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

Fedora :: 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?

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

General :: Firefox JRE Plugin Installation / Firefox Isn't Able To Recognise The Plugin?

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

Debian :: OpenJDK And Icedtea - Plugin Conflicts

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

Fedora :: Cannot Find Another Java Web Plugin (OpenJDK)

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

Fedora :: OpenJDK & Plugin Update - Ameritrade Fail?

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

Fedora :: Firefox 3.6 And The New OpenJDK With IcedTea6 1.8

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

Ubuntu :: Disable The OpenJDK Or Remove OpenJDK

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

General :: Packages - Configure The Path While Installing New Plugin?

Jun 3, 2011

Whenever I need to install something on Xentos, I found rpm or tar balls. I want to know what is difference between two. Also if I need to install something for php but I have installed on different folder, how can i give that php path while using configure command in newly downloaded tar.gz package ?

View 2 Replies View Related

Debian :: Uninstalling Sun-java6 Automatically Adds Default-jre (openjdk) And OpenJdk Automatically Installs Sun-java

Nov 4, 2010

how do I uninstall Java? Tried with Synaptic and apt-get remove, but uninstalling sun-java6 automatically adds default-jre (openjdk) and uninstalling openJdk automatically installs sun-java ... but I don't want ANY Java on my machine - am I missing something? Already thought I maybe have a package that requires SOME kind of Java, but how do I find out?

View 2 Replies View Related

Debian :: How To Run Applet With Java Plugin

Oct 5, 2010

So I have followed every single guide there is on how to run a applet with the java plugin on debian 64. And they all fail. How I could see those applets and java apps with my firefox on debian squeeze amd64.

View 3 Replies View Related

General :: Firefox Plugin For English Learners

Aug 29, 2010

Where to find a plug-in for Firefox that supports the following functions:
- Showing translation of a word by a simple shortcut (like Shift + Right click).
- Allowing to modify list of dictionaries (by giving links to web dictionaries).
- Storing the words into personal vocabulary for later reference.
- Allowing to type in the word for translation.
There is a large list of plug-ins for Firefox that have some of the functionality above, but after quite a long time I wasn't able to find one that satisfies all of the requirements.

View 3 Replies View Related

General :: Fedora 12 Firefox Java Plugin?

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

General :: Installed Java Applet For Firefox - Install Missing Plugins ?

May 17, 2011

I installed java applet for Firefox. It seems that I get the same message all the time "Install missing plugins". The path libjavaplugin_oji.so is located at:

Is there something wrong with the path ?

View 5 Replies View Related

General :: Firefox - Real Player Plugin For Debian?

May 26, 2010

What is the best way to install a plugin capable of playing real videos for Debian Linux? In particular I want this web page to run correctly under Iceweasel and Chrome:

[URL]

View 1 Replies View Related

General :: Add Java Plugin To User-mode Firefox ?

Sep 29, 2010

I have installed firefox to a user directory (version 3.6.10) /cache/app/firefox.

I have installed java jre1.6.0_21 to /cache/app/java/jre1.6.0_21

I have symlinked /cache/app/java/jre1.6.0_21/plugin/i386/ns7/libjavaplugin_oji.so to /cache/app/firefox/plugins/libjavaplugin_oji.so

So, in theory, when I start firefox the plugin should be listed in about:config - wrong. I have lots of other plugins working just fine, but java is not listed anywhere.

I ran strace -F ./firefox >/tmp/output.txt 2>&1 (the -F is necessary as firefox plugins are now loaded in a forked process). Firefox clearly finds my plugin:

It clearly looks like the plugin is being found, opened, and the first 512 bytes read and possibly memory mapped. So why doesn't it appear in the list of plugins?

One clue could be that there's another older plugin lying in the default directories (and I can't change this, I don't have root, hence running firefox in user mode).

Though surely firefox is smart enough to pick the latest one and use that? Is there a way of turning debugging ON during firefox start-up so I can find a debug message that explains why the latest JRE 1.6 plugin is being passed over?

View 1 Replies View Related

General :: Recover A Form In Firefox *without* Installing A Plugin?

Jan 22, 2011

Possible Duplicate: How to recover form information for a webpage in Firefox I typed a couple of paragraphs on a discussion board, but when I clicked the submit button, the site was undergoing (un)scheduled maintenance, and the back button decided to refresh the page, sending my paragraphs into oblivion.A quick web search revealed that Lazarus provides form recovery for Firefox. However, installing a plugin requires restarting Firefox, and even after restarting Firefox (which I haven't done yet), Lazarus can't recover forms it hasn't backed up yet.Now that the horse is out of the barn, I want to do the impossible: restore some or all of the text I typed, without restarting my browser.

Edit: I should clarify. Lazarus is a wonderful solution for preventing future form data loss. This question is for people who have already navigated away from their form and lost its contents, but hope there is some way to salvage the situation. My solution was to get a core dump of the process and grep through it, but there might be a layman's way to do it (for example, somehow get Firefox to load the cached version of the previous page). Thus, solutions that only solve the problem in the future, without addressing the present, are off-topic in this question.

View 3 Replies View Related

Debian :: Applet And Java Plugin Unable Install?

Sep 1, 2010

I'm using Epiphany. Some, but not all, Java apps are not rendering, that did render in Windows. I'm getting dialogue that says applet and Java plugin not installed.

View 5 Replies View Related

OpenSUSE :: KDE 4 Applet Provides No Way To Configure Printers?

Mar 25, 2011

If I start and open kde4-printer-applet and select settings -> configure printers nothing appears. Could someone confirm? I realize printers can be config'ed in Yast and using cups web ui (http://localhost:631/) 11.4, kde 4.6.1.

View 9 Replies View Related

General :: Flash-player - Firefox Crashes On Open - Adobe 64 Bits Plugin Simply Doesn't Work On Any Browser

Sep 18, 2010

I use slack 13.1 64 bits on my intel i7 machine. That is I can't find a flash-player plugin that works on all browsers. The firefox crashes on open. The release of adobe 64 bits plugin simply doesn't work on any browser. I use slack 13.1 64 plus kde. Anyone knows some that works?

View 6 Replies View Related

General :: Configure NTLM Authentication In Firefox?

Apr 7, 2010

Our IT department have NTLM deployed through the intranet servers.I've set network.automatic-ntlm-auth.trusted-uris value in Firefox on some of the Windows machines and that works fine.However setting it in Firefox on the Linux machines is not working.This doesn't surprise me at all, I've no notion of where Firefox on Linux is supposed to get the authentication details from.So how is this process supposed to work? what bits of config / infrastructure am I missing?

View 1 Replies View Related

CentOS 5 :: Firefox Crashes When There Is Flash In Web Page, Unless Disable Flash Plugin In Firefox?

May 19, 2009

I just installed firefox and flash-plugin.The version of firefox is 3.0.10, package is firefox-3.0.10-1.el5.centos.The version of flash-plugin is 10.0.22.87, package is flash-plugin-10.0.22.87-1.el5.rf.But firefox crashes when there is flash in web page, unless disable flash plugin in firefox.

View 6 Replies View Related

General :: Access The VMWare Console From Firefox Using The VMWare Plugin

Aug 5, 2010

I'm trying to access the VMWare console from firefox using the VMWare plugin. The problem is that it doesn't work on Firefox version 3.6.8. So how can I access the console?

View 2 Replies View Related

Ubuntu :: Configure Indicator Applet Appmenu To Work Only On Maximized Windows

Jan 14, 2011

it was possible to make the Appmenu work only on maximized windows. Appmenu would then liberate vertical space on maximized applications without the inconvenient mouse movement for unmaximized windows. Should this configuration be done in compiz or is it an Appmenu option? I have attached two screen-shots to illustrate the effect I would like to get:(Compiz already turns window decorations off for maximized applications)

View 1 Replies View Related

Fedora :: Configure Parole Media Player Plugin?

Jun 11, 2010

how do you configure Parole Media player plugin to watch [URL], [URL] and Bloomberg tv?

View 3 Replies View Related

Ubuntu Multimedia :: Cannot Configure Behaviour Of Totem Plugin?

May 8, 2011

I am using the following:

ubuntu 10.04 LTS
firefox 3.6.17
totem 2.30.2

As it stands, if I play an mp3 file via the web, firefox will launch totem which will in turn launch goom.

Looks nice, but I would like to turn off the Visualisation which takes up the entire CPU. I try under firefox preferences, Edit->Preferences->Plugins, there isn't anything there I can change.

I try under firefox Utils->Plugins and there isn't anything there I can change.I try using gconf-editor, there are different settings there I can play with like: Under /apps/totem/visual it has the setting "GOOM: what a GOOM!", I try and delete it, it doesn't change anything.

Still with gconf-editor I try changing /apps/totem/plugins/screensaver turning the setting of "active" to uncheck. No change, goom still comes up with the fantastic graphics I just don't want. Still with gconf-editor I try changing /system/gstreamer/0.10/default/visualization from "goom" to blank. Again, no change.

If I look under the process list while totem is running goom I see the following: /usr/lib/totem/totem-plugin-viewer --plugin-type cone --user-agent Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.17) Gecko/20110422 Ubuntu/10.04 (lucid) Firefox/3.6.17 --referrer http://blah blah blah blah.mp3 --mimetype audio/mpeg

There doesn't seem to be anywhere I can change the command line which is being passed to totem to make it behave differently and turn off the goom visualizations. I have tried starting up totem as a stand alone application, there I go into Edit->Preferences->Display and make sure the choice for "Show visual effects when an audio file is played" is unticked. That gives me the results I am after for totem as a stand alone application, which is no Visualizations whem audio file is being played BUT It makes no change for totem running as a plugin in firefox.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved