Seamonkey plugins - java not working

I'm wanting to use gotomypc.com. When I log into the site and attempt to connect to one of my computers that has gotomypc on it, it shows a screen saying I need to update a plugin. When I click that it tells me java runtime environment is needed. When I tell it to go ahead it fails, "no plugins were installed", and suggests a manual install.
I looked at the manual install site and found it unhelpful; nothing seemed to match up with where they say the java plugin is supposed to go, etc.
I looked to see what was installed and found this:
[root@myhost paul]# pacman -Qs icedtea
local/jre7-openjdk 7.u21_2.3.9-4
Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary
plugs - Full Java runtime environment - needed for executing Java GUI and
Webstart programs
local/jre7-openjdk-headless 7.u21_2.3.9-4
Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary
plugs - Minimal Java runtime - needed for executing non GUI Java programs
[root@myhost paul]#
Not sure why the headless one is there. Anyway it looks like I am already up to date with java.
However when I go Help>About plugins in Seamonkey it doesn't show java. I don't know how to enable java, assuming I already have it; I don't see it in the preferences.
Also, this page:
http://plugindoc.mozdev.org/linux-amd64.html
...suggests I should have a file called libnpjp2.so, but I did not find it with the "find" command. This seems strange since I have IcedTea.

Pacman disagrees, as far as I can tell. Maybe I'm not understanding your comment.
There is this note in the jre wiki:
Note: After installation, the Java environment will need recognized by the shell ($PATH variable and $JAVA_HOME). This can be done from the command line by sourcing /etc/profile, and for Desktop Environments it is likely a logout/login will be necessary.
I looked at the shell variables:
[paul@myhost ~]$ echo $JAVA_HOME
/usr/lib/jvm/java-7-openjdk/jre
[paul@myhost ~]$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl
So the JAVA_HOME is properly defined and there is stuff in that directory, but PATH does not point at anything in jre. Maybe that is the problem? What exactly should it point at down there? Maybe /usr/lib/jvm/java-7-openjdk/jre/bin? I will try that.
<later>
Um, I'm not sure the best way to do that. I can just tack that thing on the end of the PATH statement in /etc/profile but it doesn't seem clean. Shouldn't PATH be updated in cat /etc/profile.d/jre.sh and cat /etc/profile.d/jre.csh? I wonder why it was not already set there.
Last edited by PaulBx1 (2013-06-04 13:00:00)

Similar Messages

  • Eclipse Plugin is not work

    Weblogic plugin is not work, help me!!
    platform : Windows XP Home Edition
    Eclipse Version : 2.1
    J2SDK : 1.3.1_06
    Weblogic plugin 1.0.0c
    Weblogic version : 6.1sp3
    Weblogic install folder : C:\Server\bea
    Eclipse Plugin setting
    Weblogic
    Version : 6.1
    Bea Home : C:\Server\bea
    Domain Name ; mydomain
    Domain Directory : C:\Server\bea\wlserver6.1\config\mydomain
    Serve Name : localhost
    User : System
    Password : passwd
    Hostname : localhost
    Port : null
    Classpath
    Classpath before the Weblogic libraries
    C:\Server\bea
    Classpath after the Weblogic libraries
    Null
    JavaVM Options
    JVM Options
    -hotspot
    -Xms32m
    -Xmx200m
    -Dweblogic.ProductionModeEnabled=
    JNI Library path
    Null
    When Weblogic start in Eclipse, Error Message Occured.
    ----- Error Message --------
    <2003-06-10 ¿ÀÈÄ 01½Ã33ºÐ44ÃÊ> <Info> <Security> <Getting boot password from
    user.>
    Enter password to boot WebLogic server:Starting WebLogic Server ....
    <2003-06-10 ¿ÀÈÄ 01½Ã33ºÐ47ÃÊ> <Notice> <Management> <Loading configuration
    file .\config\mydomain\config.xml ...>
    <2003-06-10 ¿ÀÈÄ 01½Ã33ºÐ50ÃÊ> <Emergency> <Security> <Authentication failure -
    reenter password to boot weblogic server:>
    <2003-06-10 ¿ÀÈÄ 01½Ã34ºÐ54ÃÊ> <Emergency> <Security> <Authentication failure -
    reenter password to boot weblogic server:>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.SecurityException: Authentication for user system denied
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:409)
         at weblogic.security.SecurityService.initialize(SecurityService.java:119)
    <2003-06-10 ¿ÀÈÄ 01½Ã34ºÐ55ÃÊ> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system denied
    java.lang.SecurityException: Authentication for user system denied
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:409)
         at weblogic.security.SecurityService.initialize(SecurityService.java:119)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:400)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:206)
         at weblogic.Server.main(Server.java:35)
    '>
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:400)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:206)
         at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

    Originally posted by: eclipse.rizzoweb.com
    Tom Roche wrote:
    > How to set a file exclusion pattern? What I mean:
    >
    > I work on a project that is not natively an Eclipse plugin. In order
    > to make it acceptable to PDE, I run target=eclipse in the project's
    > build.xml: among other things this copies special files (e.g.
    > plugin.xml, build.properties) from the project's eclipse folder to the
    > project's root.
    >
    > After running the target, I can Update Classpath, and I'm *almost*
    > ready to build the project with Eclipse (C-b or rclick>Build Project).
    > First I need to exclude some files. The way I do this in the UI is
    >
    > 0 select the project's Properties>Java Build Path>Source
    >
    > For each of 3 source folders (e.g. /src/foo, /src/bar, /test):
    >
    > 1 expand the folder node, choose the Excluded subnode, and hit Edit
    >
    > 2 in the Exclusion Patterns section of the resulting dialog, hit Add,
    > and enter the exclusion pattern
    >
    > **/Baz*
    >
    > 3 hit OK in that dialog and its parent
    >
    > But this is tedious/error-prone for me and our users. I'm hoping there
    > is a way that I can set the appropriate value in build.properties (or
    > elsewhere) that will allow me to avoid this manual labor. Is there?
    >
    > Feel free to forward, and to reply directly to me (as well as the
    > group), and TIA.
    You can manipulate the .classpath file, if you're careful.
    Do it manually (via the UI) and then go look at the .classpath file.
    You'll see an entry like this:
    <classpathentry excluding="**/Baz*" output="classes" kind="src" path="src"/>
    See the excluding= attribute? That's what you want to create when you're
    "building" for PDE.
    HTH,
    Eric

  • I was running KeyPassFox with Firefox 8.0.1, but the plugin does not work in the new release (9) . Is there a way to restore my previous version with all of my bookmarks intact? I do not mind if I have to restore the plugins myself.

    I was running KeyPassFox with Firefox 8.0.1, but the plugin does not work in the new release (9) . Is there a way to restore my previous version with all of my bookmarks intact? I do not mind if I have to restore the plugins myself.
    The plugin shows on the list as enabled and functioning, yet the tool does not show on the toolbar. It would appear that I need to restore the previous version of Firefox and wait until a newer release of the plugin is available before upgrading the browser.

    I copied the iTunes file from the external drive and it's in both places.  I thought all I would need is the iTunes program (which I downloaded to new computer) and my iTunes library file.  There must be something else that's missing.  My iTunes library looks the same on the new computer as it does when I open it on the external drive.  If I click on an iTunes library song from my new computer, it will only play if I have the external drive plugged in.
    My back-up drive is a mess.  I have multiple copies of music, video, photo, and document files and I don't know how that happened. ={  Obviously, I don't know how to back up stuff properly and there are back-up files extending over a 6- to 8-year period.  I think all I did was just drag and drop the main folders from the back-up drive to the same main folders on the C: drive.  Also (and I'm kind of fuzzy on this) Windows used to automatically save music files in a folder within my document files (which makes no sense to me).  As my Jewish friends would say, "Oy Vey!" 

  • How do I shut off the plug in. I using mac OS10.4.11 and I keep getting a bar to update my plugin. The plugin will not work with os10.4.11. Everytime I go to a

    every time I go to a new site a bar is lowered and ask to update my plugin. I am using mac 10.4.11 G4 The new plugin will not work. How do I shut off the plugin update so I don't get this anoying bar ever time I go to a new web page. If there is no way to shut it off, I'll trash Firefox and go back to Safari. This just started and I'm tired of it.

    to turn off the messages about outdated plugins, enter "about:config" into the address bar of the browser, confirm the info dialog, then search for the preference named "plugins.hide_infobar_for_outdated_plugin" & double-click it in order to toggle it to "true".
    please also note that firefox 3.6.28 was the last build that ran on a powerpc, however if you want to use an up-to-date browser based on firefox you can switch to "tenfourfox" - the downside is it doesn't support plugins at all
    [[Firefox no longer works with Mac OS X 10.4 or PowerPC processors]]

  • PhotomergeUI.plugin is not working in CS6 for Mac

    I am using Photosho CS6 on a Mac. I urgently need the PhotomergeUI.plugin to be working. It was working in Photoshop CS5 after conversion to a 32-bit version. CS6 for Mac is only provided as a 64-bit version. Is there any way to make the plugin work for me? Many thanks!! Simone

    No, unfortunately the photomerge ui plugin will not work in photoshop cs6 on the mac side.
    You can always use photoshop cs5 for those times when you really need it.
    In photoshop cs6 you could align your photos manually as best you can, then select all the layers and go to Edit>Auto-Blend Layers>Panorama with Seamless Tones and Colors checked

  • NIK plugins are not working in LR 4

    I have been using the BETA version for some time and I did not see this problem until I installed the released version of LR 4
    The problem is that I cannot edit the images using my plugis from NIK software. ( I bought the complete collection about 3 months ago)
    In the Beta version it was still OK.
    Only the export plugin works (HDR from nik)
    Also when I try to install the plugin again it only shows that it is compatible with LR3.
    I just bought LR4 (since it worked in the BETA version)
    Hope they will fix this soon. I also sent a message to NIK software.
    anyone else has seen this problem
    regards
    Andre
    I use MAC OS-X 10.7.3
    NIK plugins are the latest versions available.

    Windows 7 64-bit SP1 machine here.
    Yesterday, as most of you here, I had this error message with any
    external editor, and I posted a message in this forum. At night, before
    going to bed, I installed an evaluation version of Photoshop Elements
    10. This morning I opened Lightroom and, TADA!, plugins work fine! So
    definitely it is an Adobe problem, LR must be missing some piece of
    software that PSE has; note that I did not open PSE at all after
    installing it yesterday night, so it has added the missing part during
    installation.
    Hope this helps Adobe engineers to solve the problem.
    Il 07/03/2012 08:06, Michael Rainwater ha scritto:
    >
          Re: NIK plugins are not working in LR 4
    created by Michael Rainwater
    <http://forums.adobe.com/people/WeberPoint> in /Photoshop Lightroom/ -
    View the full discussion
    <http://forums.adobe.com/message/4250222#4250222

  • 10.6.8 Java not working. "No compatible version of Java 1.5  is available"

    Hey Guys
    Firstly I would like to thank you for clicking this question and would ask you please if you have a solution to my problem answer whatever you can.  Anyway lets get on with it.
    Recently I have been having a problem on my macbook.  I am running 10.6.8 as said in title.  Previously i was having an inactive plugin error going on and the software update said there were no newer versions available.  However when looking for a solution for this by clearing my java cache ect. i somehow ended up with this problem.  Whenever I try to run a java based application such as minecraft it says "Cannot launch "Minecraft" No compatible version of Java 1.5+ is avaiable." Also when from this menu i try to open Java Preferences it says "You can't use this version of the application Java Preferences with this version of Mac Os X.  You have Mac OS X 10.6.8. The application requires Mac OS X 10.7 or later." I did not download java 1.7 or a different version of Java Preferences outside of the software update.  If you have any idea of what's going on please help me out.  I am struggling to get on with work and games without java even working. 
    Thanks for your help
    Will

    Are you up to date with the updates?
    Update for Snow Leopard users:
    Apple issued update 12 for Java for OS 10.6:
    http://support.apple.com/kb/DL1573
    Note:  On systems that have not already installed Java for Mac OS X 10.6 update 9 or later, this update will configure web browsers to not automatically run Java applets. Java applets may be re-enabled by clicking the region labeled "Inactive plug-in" on a web page. If no applets have been run for an extended period of time, the Java web plug-in will deactivate.
    If, after installing Java for OS X 2013-002 and the latest version of Java 7 from Oracle, you want to disable Java 7 and re-enable the Apple-provided Java SE 6 web plug-in and Web Start functionality, follow these steps:
    http://support.apple.com/kb/HT5559?viewlocale=en_US
    Further update:
    Apple issued this Java related security update No. 13 on February 19:
    http://support.apple.com/kb/HT5666
    and Update No. 14 on March 4:  http://support.apple.com/kb/DL1573
    http://support.apple.com/kb/HT5677
    The standard recommendation is for users to turn off Java except when they have to use it on known and trusted websites (like their bank). Javascript, which is unrelated despite the name, can be left on.

  • Java Not Working, And Still No Answers. What Gives?

    Okay, decided to start this topic anew, since the only response I got to the other one was a post calling me "rude and impatient" (I guess that's what they're calling "persistence" nowadays..) , instead of...well...ignoring my admittedly pushy and harsh tone and actually being helpful. However, for the sake of it, I do apologize for my attitude in my last topic.
    But I digress, let's start off on a new foot, eh? On to the problem that is STILL at hand(in other words, "patience" hasn't gotten me jack, not even a "we don't know yet"):
    So last night (10 PM January 20th), the Firefox Plugin Checker said that my Java version was outdated. I also got a pop-up saying that my current version of Java at the time (Java 7 update 10) had vulnerabilities. So to try and fix this, I went to the Java page and downloaded the update (Java 7 update 11).
    To check and see if my update was working, I went to Java's check page, as well as another page I use. And here I discovered a problem. I got a notification that an old version of Java had been detected, and another prompt to download the current version (which I had already done). So I erased all versions of Java from my control panel, and tried to check it again. And when I did, I got this: http://oi50.tinypic.com/35b6xx2.jpg and http://oi47.tinypic.com/15fg37p.jpg.
    As you can see, both pages tell me that I need to install a missing plugin of some sort. So, thinking this would resolve the issue, I clicked the Install Missing Plugin button. This is what it told me was missing: http://oi45.tinypic.com/302uwbl.jpg. So I clicked next to install it.... and got this: http://oi45.tinypic.com/2cici0x.jpg, which I assume means that the plugin did not install. So I pressed Manual Install... and was lead/linked right back to the Java download page (where it all began, and what doesn't seem to be working in the first place)
    I go to check my plugins again (Just to make sure and also for extra information), and it appears to say that my Java version is current (is that what "Java Deployment Toolkit 7.0.110.21" is? I don't know, I am not good at technology at all. Either way, here is what it looks like: http://oi48.tinypic.com/4kxzz4.jpg). So...if it is current, why is it not working (i.e. I am unable to play games, DO MY COLLEGE CLASSWORK, or play Java-based games)?
    If it helps anything, here is what my control panel looks like in regards to Java right now: http://oi45.tinypic.com/2qlxu9t.jpg Am I missing anything that would make Java work?
    And before anyone says that Java is not essential: It may be that way to you, but I need Java to do classwork for college. Veterinary college.
    So, in short, what is going on with Java, and how can I fix it?
    EDITEDITEDIT: I Have found that I can do my classwork without Java. HOWEVER, this DOES NOT mean that the problem is solved or over with. I STILL WANT TO KNOW HOW TO FIX THIS PROBLEM AND GET JAVA TO WORK. Even if I never actually need it, I would still like to have a (working!!!) Java version because of two reasons: 1) I would rather have such a program and not need it, than need such a program and not have it, and 2) aesthetics. Sorry to say, but I am very particular about how things look when it comes to my belongings, and the fact that Java is messing up is making me actually stressed. In short, I still want the above issue solved, even if it's just purely for the sake of Peace Of Mind.
    Another note: I would (please!) appreciate a timely response on this matter. Even if the response is a "We don't know what the issue is and/or we are working to solve this issue.", that would satisfy me for the time being. I would just like a semi-timely response that would let me know that FF/contributors here have read the above and actually give a semblance of a care about their userbase.
    Thank You.

    '''ponyparty, '''
    The first prompt you see in Firefox to activate Java is because Java is currently on the Mozilla blocklist ( the "Hot Topic" article [[How to use Java if it's been blocked]] explains the reason for block and how to activate Java, including how to bypass the plugin activation prompt for trusted sites).
    cor-el is right about why you are seeing a second [http://oi48.tinypic.com/de8f8y.jpg Java "Security Warning"] when trying to view Java applets, that you have to click to run. This is a ''' Java''' security feature and not anything Firefox does.
    Try the same Java sites in Internet Explorer .... don't you also see the Java "Security Warning?" If you want to lower your Java security back to "Medium" in the Java Control Panel, see http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/jcp.html#security for details. That's up to you but I would leave it on "High " since Java 7 is still basically insecure, according to the reports I've seen and [https://blog.mozilla.org/security/2013/01/11/protecting-users-against-java-vulnerability/ this "Protecting Users Against Java Vulnerability]" Mozilla blog post.
    If the second Java prompt is your only remaining issue then your problem is really solved, since it is a new Java security feature and not anything in Firefox.
    Some background:<br>
    At the time I was helping you in the [https://support.mozilla.org/en-US/questions/944267 older thread you started] (now locked because you started this one) the solution to uninstall JavaFX wasn't known. On Dec 13th I wrote, ''There may be problems with Java 7 Update 10 since a number of Windows users have reported that Firefox is not detecting the plugin'' and I linked to a couple of related threads, including [http://forums.mozillazine.org/viewtopic.php?f=38&t=2628935 this MozillaZine thread], in which uninstalling JavaFX as a solution was posted 22 Dec 2012. On 25 Dec 2012 in the same MozillaZine thread, I posted a link to [https://bugzilla.mozilla.org/show_bug.cgi?id=820759#c12 this Dec 24th bugzilla comment] by an Oracle employee, who posted that uninstalling JavaFX was a solution for '''Oracle's''' Java 7 detection bug. Oracle has been working on the bug (to be fixed in an upcoming Java 7 release) and they created [https://www.java.com/en/download/help/firefox_java.xml this java.com help page], which is now included in the related MozillaZine and Mozilla Support articles on Java that I posted above.

  • Java not working after update 1.6.0_26

    Hello knowledgable people. I have a MacBook Pro running Snow Leopard, Safari with latest [automatic] updates. Java updated yesterday to 1.6.0_26 and all web content (java/plug-ins/scripts) preferences are enabled, but java is not working (I have checked multiple sites, and non-java websites are okay) since the update, and a Microsoft Office update failed to install today (recognizing of course that this may be a separate issue). I appreciate any ideas about this that you may have, particularly those that do no require wiping my computer and starting over. Thanks. 

    Check Safari / Preferences - Extensions. Turn that off if you have any installed, try a site with Java.
    Might be an incompatible Safari plugin. Back to Safari / Preferences - Security. Deselect: Enable Plugins
    Quit then relaunch Safari to test.
    If it's not Extensions or third party plugins, install the Mac OS X 10.6.8 Update Combo. See if that helps the Java issue.
    If you are having problems installing software, run Disk Utility, verify and if necessary, repair the start disk.

  • Java option icon not displaying AND Java not working, even after deleting and re-installing Java

    Hi, I have uninstalled and re-installed Java. When I look at Add-ons, it shows Java Platform SE7 U17 10.17.2.2 and Java deployment Toolkit 7.0.17… 10.17.2.2 enabled. But it is not working – and I do not see the Firefox plugin to allow occasional use of Java.
    One useful thread which discusses several difficulties in detail is
    https://support.mozilla.org/en-US/questions/944956?esab=a&as=aaq
    I tried to follow scrumpyjoe’s advice in this thread:
    “This fixed it for me (32 bit windows) after installing Version 7 Update 10, but not seeing the plugin:
    1) start regedit
    2) navigate to HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins
    3) right click, add New Key, name: @java.com/JavaPlugin,version=10.xx.xx
    4) click on it, then right click and add new string value, name: path
    5) right click, Modify, change value data to: C:\Program Files\Java\jre7\bin\plugin2\npjp2.dll [check if this is the right dll for your setup]
    6) exit regedit
    7) start FF”
    - but (unless I have made a mistake) it has not resolved my problem.
    What can I try next, please ?
    Background:
    Asus NX90jq
    Intel core I7
    700GB free disk space
    16384Mbytes memory
    O/S: Windows 7 Ultimate, 64-bit
    UPDATE 2apr13
    I have now unistalled and re-installed Firefox 20.0. restored preferences etc. using MozBackup, and Java Platform and Java Toolkit10.17.2.2. both show as working Add-ons - BUT STILL NO JAVA AND STILL NO RED ICON IN TOOLBAR. What is going on, please ?

    I don't understand any of these replies. How do I get Java to run for Pogo.com? I had no problems a week ago. I do not have the red icon. I am not a programer so keep it simple. I am a 59 year old speech therapist.
    [email protected] HELLLLLLP

  • Java not working in Leopard

    Since I've upgraded my new Mini to Leopard, Java doesn't work in Safari (or Firefox, for that matter). Any suggestions on how to fix it?
    TIA,
    Nick D.

    Let me be more specific. When I go to the site for the official time according to the government's atomic clock, I get this error message:
    Java is unavailable or not installed.
    A search of my computer shows that I have a Java folder in the Utilities app & JavaPluginCocoa.bundle + Java Applet Plugin Enabler in my ~Library/Internet plug-ins folder.
    Any suggestions on how I can get Java to work again?
    ND

  • SOLVED Java not working in Firefox

    I just did a brand new install 2 days ago and I cannot get java to work in firefox.  Icedtea-web is installed and it shows up in the plugins, but it doesn't work.
    Last edited by edb (2014-09-08 17:26:55)

    edb wrote:First, thanks for the replies and the help.  I upgraded to Icedtea-web version 3 and downgraded to Java 7.  It still doesn't work though.  During the install there was a note that said Icedtea-web-java7 was needed for web support but I was unable to find the package.  Is it still needed?
    I was talking about icedtea 3.x for openjdk 8, not icedtea-web 3 (is there icedtea-web 3?). icedtea provides a more opensource-friendly build environment for openjdk and the openjdk7 packages are built using icedtea 2.x (you can see in the version). icedtea 3.x for openjdk8 isn't ready now, so Arch ships the "vanilla" openjdk built directly from Oracle's source. Arch will switch to icedtea as soon as icedtea 3.0.0 releases and then I guess icedtea-web will work with java8-openjdk. icedtea and icedtea-web are totally different things are they always cause a lot of confuse.
    You can just install java7-openjdk (it doesn't conflict with java8-openjdk) and switch to java 7 using archlinux-java command at least it works on my machine.

  • Adobe Plugins are not working for Firefox or Explorer 8

    HI There,
    my firefox and explorer do not open adobe reader files any more.  IN firefox it opens it in a different viewer and when it prints it prints the document as an artifact and the letters are not clear (almost looks like a blurry .jpg).   The plug in is installed but when I go to adobe reader under preferences then internet it says that the program is not available.  I have tried uninstalling and reinstalling acrobat and it still does not work.  I intalled the latest Java thinking that was the issue but still the same.  I can not find a way to delete and reinstall the plugins in Firefox or Explorer.  Are they built into the new Adobe Reader?  

    Can you guide me on how to change it to adobe reader as the default.  I can't figure out where this option is.
    I have to get access to the computer with the probloem to pull up the error message when trying to open a pdf file in Explorer.  I think it says that it can`t find the program or to try shutting adobe down and try again.

  • Google talk video plugin does not work any more with Firefox 4. When clicking on the video chat icon, I am repeatedly asked to install the plugin, and it never works.

    Google talk audio/video plugin used to work fine on Firefox 3, but does not work anymore on Firefox 4. Every time I click on the video chat icon on google talk, I am asked to install the plugin, even if I have already installed it before. The plugin works properly on the latest version of IE on the same PC.
    Thanks for your help. I do not want to switch to Chrome or Opera, but if this bug is not fixed, I will have to.

    Not sure if installing IE 9 did it or not but I now see the camera in IE, FF and Chrome. Could be Facebook fixed the problem also.
    Thanks for the reply.
    George

  • Thickbox 3.1 juqery plugin does not working on Firefox 9.0 version

    I have used thickbox 3.1 jquery plugin on my application. I have one issue, my open on new browser window instead on thickbox window. It's working fine with all the browser and with Firefox 3.6.0. But It does not working with firefox higher version like 9.0 and above. I have gone through the various forum to check the solution and being unlucky to found any.
    Can you plese help to identifying the solution for the same.

    Thanks for your quick comeback. What I found is the bug is in my js file which has fire event function to init click MouseEvents (event.initEvent). The event.initEvent has some conflicts with higher version of Firefox 9.0 and above.
    // evObj.initEvent( evt, true, false); if I change parameter to evObj.initEvent( evt, true, true); it works fine. the last parameter.
    //see below my piece of code.
    // Emulate a click on a given link
    function fireEvent(obj,evt) {
    var fireOnThis = obj;
    if( document.createEvent ) {
    var evObj = document.createEvent('MouseEvents');
    evObj.initEvent( evt, true, true );
    fireOnThis.dispatchEvent(evObj);
    } else if( document.createEventObject ) {
    fireOnThis.fireEvent('on'+evt);
    }

Maybe you are looking for

  • IPhoto problem with email, export, editing...

    Had my iMac upgraded with a new harddrive and Lion at my authorized retailer & service center. All has been good but did not use iPhoto much after the upgrade, but all seemed to be good. Recently photographed a family occasion and now I experience th

  • Problem in the batch number

    hi all i have a batch program that will divide the number entries as batches and insert in to the table-----The total number of entrries per batch will come as parameter in the procedure---- the cursor will select the number of entries from the entri

  • EPM add-in for Excel question : How to send data from local member?

    Dear experts,   for EPM add-in for excel, how do I send data from local member? best regards, Evans.

  • Why does quicktime 10 keep reloading movie and won't quit?

    When I try to quit quicktime after watching a movie, it just keeps reloading the movie. I've tried force quit, and clicking on file to quit, but it keeps reopening. I'm using Firefox, so I'm wondering if that has anything to do with it? Any help woul

  • Mise a jour Adobe Acrobat 10.1.4

    Merci pour votre aide. [ email signatured removed by forum host - do not post personal information on these forums ]