Java plugin not loading in Firefox 4.0b11, works fine in 3.6.13

Java plugin isn't loading in Firefox 4.0b11, but it works fine in 3.6.13 (and in Google Chrome too). It worked in Firefox 4 before, but broke somewhere around beta 5. libnpjp2.so is not really in the plugins folder, but is a symlink: /usr/lib/mozilla/plugins/libnpjp2.so -> /usr/lib/jvm/ia32-java-6-sun-1.6.0.12/jre/lib/i386/libnpjp2.so. When run from the command line, I see FF trying to load the other symlinked plugins (most totem related) but failing because they are amd64, and FF is built in 32bit. But no messages about libnpjp2.so (which IS 32bit).

this method works for Firefox 4.0 b11..!! [http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html Manually install java plugin....]

Similar Messages

  • Java Applet not loading in Firefox preview

    I am playing around with the classic Java applet "intel
    rotating 3d photo cube" and for some reason the applet won't load
    when I preview with Firefox. It works fine previewing in Safari and
    Opera and even works fine when I open the html file directly
    through the finder with Firefox. What could it be? Thanks.
    Josh

    I have exactly the same problem.
    (my config is
    windows Xp Profesional
    jre 1.4.1 03
    ie6)
    I'm also using zonealarm as a firewall.
    any Ideas?

  • Java Plugin Not Loading!

    Hi,
    I work for Visualware and Java is a large part of our solution.
    In recent updates we're having serious issues with Java in Firefox on Mac OS X.
    The site in questions is our online portal at http://myspeed.visualware.com and affects all the test locations.
    I have set Java to "allow and remember" for that site above. I can verify this by clicking the Plugin button to the left of the URL bar. I've restarted and refreshed numerous times with no change. It just sits there and Java doesn't initiate at all.
    We really need a solution to this as soon as possible!
    The troubleshooting info won't be of use as I'm reporting this on a Windows machine, that works fine.

    There has been a change in the Java security settings, see:
    *http://kb.mozillazine.org/Java#Java_security_prompts
    *"What should I do when I see a security prompt from Java?":<br>http://www.java.com/en/download/help/appsecuritydialogs.xml
    If you visit a website regularly then a possible workaround is to add the URL to the Java Exceptions Site List, see:
    *"Why are Java applications blocked by your security settings?":<br>http://www.java.com/en/download/help/java_blocked.xml
    *"How can I configure the Exception Site List?":<br>http://www.java.com/en/download/faq/exception_sitelist.xml

  • Pandora will not finish loading in firefox though it works fine in chrome

    I've been using Firefox for several years and Pandora has played without problems. For the last week or so I've been unable to load Pandora. The screen says Pandora and the spinning wheel spins until I get a message telling me "it is taking longer than expected to fetch the next song ..." . I've tried the troubleshooting suggestions of Pandora and of Firefox. I deleted cookies, cache and history. Finally I reset Firefox . I still get the same message. The strange thing is Pandora works just fine on the Chrome browser on the same computer. Please help if you can. Thanks

    Yeah, if is saying true, then JS is enabled.
    Give this a shot:
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.
    Let us know if that fixes anything...

  • HT4489 address book not loading to icloud?  it works fine in .mac  but not .me com?

    address book not loading in icloud. loads fine in .mac account but .me will not load?

    [email protected] and [email protected] are the same accounts.
    Are you saying that you are trying to sync your contacts to iCloud?  Are the two accounts you  mention ".mac" and ".me" actually different in that they are [email protected]  vs.  [email protected]?  If so, your device can only use one account at once - and you should stick to only one account.

  • Mac Mail will not load any emails, but Airmail works fine. What to do?

    Hello,
    I recently purchased a MBP and did used Migration Assistant from my old MBP. Everything has worked fine except for Mail. Mail will launch and ask me to add accounts. I add an iCloud account and nothing happens, Mail does nothing and when I go to quit it won't, preferences is greyed out, and I have to force quit Mail. Internet accounts are in order. I even went so far as deleting them all and adding them all back in. Launch Mail and nothing is there.
    I then did an internet recovery and installed 10.9. Same issue persists.
    I took a chance and bought Airmail from the AppStore and it works perfectly. I know I can just use that but its bothering me that Mail does not work on my brand new MBP.
    OSX wont let me delete Mail to try and reinstall.
    Thoughts? I really dont want to wipe the disk and start from scratch.

    Thanks, turns out I got a virus somehow. BWContextHandler32.exe is reporting itself to my firewall as the game BulletStorm, which I do not have, and somehow attached itself to Firefox and probably IE as well. I figured it was bogus so I blocked it. Still not sure why it just started blocking Firefox. I was denying access to it for a couple days, darn procrastination, and Firefox was working fine. Now I just have to get rid of it...I really hate windows sometimes...

  • External Fonts not loading properly in panels & buttons, works fine in labels / edits - help!

    Hey guys,
    I'm new to developing in Flex, so please excuse any
    ignorance.
    I followed the basic tutorial to use Flex to import external
    fonts... here's my CSS code:
    @font-face {
    src: url(components/fonts.swf);
    fontFamily: "Blue Moon";
    global
    color: #000000;
    fontFamily: "Blue Moon";
    fontSize:20px;
    Here's what's happening:
    1) On my development machine, I have the "Blue Moon" font
    installed. Everything works fine here - I see the Blue Moon font on
    everything in my project, from the titles of Panels to Buttons, and
    so on. Everything's great.
    2) On all other machines, which do NOT have the Blue Moon
    font installed, I see the Blue Moon font properly on the labels and
    edit boxes, but NOT on the buttons or on the title areas of panels.
    Here is my site, so you can see what I mean:
    http://thedemenscycle.com/
    Assuming you don't own the Blue Moon font, you should notice
    that the panel titles are a default font, where the "Username" and
    "Password" and edit box fields are the Blue Moon font.
    I am forced to conclude that for whatever reason my code is
    not applying the externally imported font to the panels and buttons
    for whatever reason. But it DOES apply the local font on the
    machine, if availible. I'm really quite confused.
    Any insight / help would be greatly appreciated!
    Thanks,

    I had this same problem, ended up just droping the fonts,
    would be nice to see an official response to this issue.

  • Plugins not load in firefox

    Hello
    I have weird problem in firefox, It's no loading its plugins when it load.
    If I installed them again and restart Firefox, they appear with the same special configuration that I configure before, but they disappear again when today I open Firefox.
    What's the problem?

    AVG 9.0 is installed and the video (Flash in Flowplayer) works with IE 9 and Chrome.
    Flash video works in Firefox, but not all Flash files. Flash in Firefox works with YouTube, Adobe's Flash website, and various other places, but not everywhere.
    2 URL's are supplied above that contain Flash content that does not work with my Windows 7 (64-bit) Intel Core i7 Toshiba laptop with NVIDIA GeForce graphics card.
    On the Flowplayer website -- someone who should know how to properly implement their player with Flash -- Flash does work with Firefox when HTTP and no streaming are used. However, nobody seems to note that this does not work for RTMP streaming.
    So, Flash works -- sometimes -- but not all the time. However, the VERY same Flash files DO work on SAME laptop with SAME firewall and no problems with IE 9 and Chrome. Bottom line: RTMP streaming seems to be the issue with Firefox as pointed out on the following website:
    http://flowplayer.org/setup/index.html
    Attached images:
    1. HTTP Streaming
    2. RTMP Streaming - Faulty
    3. No Streaming
    NOTE: Website states, "RTMP The most advanced video streaming technology today."
    The following 2 videos will not work with my Firefox:
    http://www.3xconversionformula.com/replay/short -- uses Flowplayer as its Flash player.
    http://www.schedulicity.com/Essentials/Video-Gallery.aspx -- uses Brightcove as its Flash player.
    YouTube works. Also, the Brightcove website itself does work. So, its the implementation of Flash players -- not Flash itself -- that seems to be the problem. However, its not a problem with old versions of Firefox, nor IE 9 or Chrome.

  • Bank's Server HTTPS link - directed from e-shop - cannot be loaded in Firefox. It works fine in IE & Chrome.

    Whenever I place my order in Pet4U.gr e-shop at 'http://www.pet4u.gr/" and - afterwards - get directed at "https://ep.eurocommerce.gr/proxypay/apacs" to pay with my credit card, this https link which directs me to the bank's server - in order to fill in my credit card information and complete the transaction - in Firefox just keeps on loading, but never is loaded. It just remains a blank white page loading for ever.
    On the contrary, with Internet Explorer and Google Chrome everything works just fine!!!
    What is going wrong with Firefox in this case?
    Best regards,
    Dimitris Zadelis

    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache
    '''[https://support.mozilla.org/en-US/kb/how-clear-firefox-cache How to clear the Firefox cache]''' {web link}
    and
    * Remove Cookies
    '''''This will log you out of all sites you're logged in to.'''''
    Press the '''<Alt>''' or '''<F10>''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Privacy.'''
    Under '''History''', select Firefox will '''Use Custom Settings'''.
    There is a button on the right side called '''Show Cookies'''.
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Press the '''<Alt>''' or '''<F10>''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites and see if there is still a problem. Then restart.

  • Safari crashes, can not load it.  Fire fox works fine.

    I just put 10.5 on my mac book pro, every time I try to use safari it bounces a few times and crashes.
    Any ideas?

    I just off the phone with apple support. I am now doing an 'Archive & Install" but we tried a couple other things that did not work for me, but might for you.
    First we tried to reinstall Safari from the Leopard disk:
    -select "Optional Install" and then the optional installs.mpkg
    -in Applications check the box for Safari
    complete and reboot.
    This did not work for me.
    Next we went to Finder - yourname - library - preferences - look for (I am not sure of how this is written - but this should get you to the folder) 'com.apple/safari.plist'
    Drag and Drop that folder to the desktop. Try Safari - reboot - try again.
    No luck for me
    Back to the Leopard disk: start as first installed. When you get to the _*'Select Destination'*_ window; select 'Options' and check the box _*'Archive & Install'*_ continue through to 'Install'.
    The tech did say that other users have been successful after this...we will see.
    I hope this post will help, I am new to mac and am unfamiliar with a lot but did try note the process. I apologize if my wording is confusing.
    Good luck...I will post after my installation is complete.

  • Google Play tab not loading on Firefox

    Hi,
    Ever since I updated to the current version of Firefox, the 'My Library' tab on Google Play does not load properly. I have been in touch with their help desk, and have tried multiple steps, including:
    1. Clearing cache and history.
    2. Uninstalling and reinstalling Flash player
    3. Uninstalling add-ons from Ad aware and AVG Antivirus
    4. Disabling and reanabling add-ons from the Add-ons Manager, while only enabling Flash Player
    5. Uninstalling and reinstalling Firefox.
    6. Launching Firefox in Safe mode
    None of these fix the issue. If it were a problem with the Flash plugin, I would expect none of the tabs to work. But it's only that single tab that does not load on Firefox. These work well on IE9. At this point, I do not know of any other steps to troubleshoot the issue. Any help would be greatly appreciated.
    Thanks
    Prashanth

    Amit,
    All my plugins (Flash, the one that matters) is upto date. I tried disabling all other plugins on both laptops, but it doesn't help. I would assume that an outdated plugin would cause issues on any browser, but this seems to be Firefox specific.

  • Farmville will not load using Firefox, but it will with IE, for over a week now.

    Farmville will not load using Firefox, but it will with IE, for over a week now. I have cleared the cache and cookies multiple times, updated flash player, did a virus and malware scan, allowed java script, allowed mozilla in the Windows firewall, contacted Zynga multiple times, and yet Farmville still will not load using Firefox, my main and preferred browser. I'm very frustrated and want this fixed.

    Thanks for the advice cor-el, but if you would read the info I posted, I already did that, SEVERAL TIMES. That's not the solution unfortunately.

  • Angry Birds Friends on Facebook will not load in Firefox, just white screen. Will load using Chrome, etc?

    Angry Birds Friends on Facebook will not load in Firefox, just white screen. Will load using Chrome, etc? Checked for malware, cleared cache, re-installed Firefox, disabled add ons, enabled java, updated flash and shockwave, etc.

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • Videos will not load in Firefox only. Have reinstalled, restored, etc.

    Videos (from YouTube, Facebook, websites, etc.) will not load in Firefox. I've tried reinstalling Firefox, restoring all settings to default, disabling all addons, extensions, etc. When I try to load a video, a dark rectangle appears where the video should and my cursor just shakes. In Chrome, Internet Explorer, etc. the videos load and play with no problems, no hesitation, so it must be some setting or some bad file with Firefox, but I feel like I've tried everything.
    I'm using Windows 7 on an HP laptop. I've checked my Firefox settings against those on my desktop PC and can find no variances. This problem is driving me mad, so please help.....
    Thanks.

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    You can also disable hardware acceleration in Flash: <br> <br>
    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.<br> <br>
    Did this fix your problems? Please report back to us!
    Thank you.

  • Facebook activity feeds do not load in Firefox 9.0.1 Mac

    The facebook social plugin activity feed found on this page:
    https://developers.facebook.com/docs/reference/plugins/activity/
    does not load in Firefox. I see the feed when I open web pages in Safari, but I get a blank space in Firefox.
    Below is one example of a website (in the bottom of the blue right bar) where there is a blank/white space instead of a feed. This is happening on multiple sites... in fact I cannot find an example of where the FB activity feed is working properly in Firefox.

    I have a Flash slide show on the home page of my website that has stopped working in FireFox 8.01. The Flash movie plays fine in other browsers and on PCs running FireFox, but not on either my MacBook or iMac running FireFox 8.01.
    Works fine on my Brother's Mac running Firefox. But not on my 2 machines. VERY strange. I have reinstalled everything I can think of.
    The web address is http://www.cruisereport.com

Maybe you are looking for