How do I get Java Applets working on FF4 Mac?

My website's photo upload applet uses Java to upload, and ever since FF4 beta releases, all the way up to the final, I get a missing plugin error. This error is ONLY on FF, it works on chrome and safari.
Screenshot:
http://img23.imageshack.us/i/javad.png/
Clicking manual install goes to:
http://www.oracle.com/technetwork/java/javase/download-138376.html
So in other words, the manual install is pointless.
How can I get these applets working?

PS. I'm downgrading till this is fixed. FF4 is useless to me without this ability. I always liked FF for the better upload ability over Safari and Chrome, so I'd love to be able to use it. :-)

Similar Messages

  • How do I get Java to work on my Mac Pro?

    I have the latest version of Java downloaded on my Mac, but when I play certain games on Pogo, it says it can't detect it.  How do I get Java to work?

    That is a link to a FAQ page with these answers:
    » Can I restore Apple Java 6 after uninstalling Oracle Java 7?
    » What are the system requirements for Java 7 on my Mac?
    » Why can't I use Chrome with Java 7 on my Mac?
    » How do I get Java 7 for my Mac?
    » How do I know if I have Java installed on my Mac?
    » How do I install Java 7 for my Mac?
    » How do I find out what version of Java I have on my Mac?
    » How do I enable Java on my Mac?
    » How do I clear the Java cache on my Mac?
    » How do I update Java on my Mac?
    » How do I uninstall Java from my Mac?
    » I do not have Mac version 10.7.3 (Lion) or higher. How do I get Java for other Mac versions?
    » Why will Applets not run after getting Java through Apple Software Update?
    » Why is Java 7 available only for Mac OS X 10.7.3 and above?
    » How do I get support or provide feedback on Java?

  • How do i get java to work on my mac again is there a way to unlock it?

    after apple has blocked java programs how do I get it unlocked so that i may access the many programs I use that operate off of Java?  i have downloaded the latest java 6 but that has not worked.  I run on 10.6.8 oerating system.

    Java was blocked because of serious malware threats, if you must run Java there is a new version you can DL
    http://java.com/en/download/index.jsp.
    Your preferences will be in System Preferences > Java after update.
    Run at your own risk.

  • HT3423 My iMac came with logic Express 8 installed, how do I get it to work on my mac book pro

    My iMac came with Logic Express 8 Pre installed. How do I get it to work on my Mac Book Pro

    Along with your OS and applications installation DVDs, you should have gotten an LE8 installation DVD along with its manual and serial numbers when you bought your iMac. 
    Your license allows you to install LE8 on two computers as long as they are your computers, you are the sole user, and you do not run Logic on both simultaneously. So dig out your installation DVD, install it on your MacBook Pro and enter your serial number and you will be good to go.

  • How do I get iCloud to work with my mac that has snow lepard and is pre intel?

    How do I get iCloud to work with my mac that has snow lepard and is pre intel?

    Richard Kerns wrote:
    And it kills me that a friend who has pc computers and just has an iphone and ipad can breeze through all this with no problem and he still has XP.  So Apple goes back and helps old OS for pc but not for it's own kind!!!
    Richard, I agree with you 1,000%. I wrote this in a forum a few weeks ago, when a user was complaining about Snow Leopard not supporting iCloud:
    Why is it that if I bought a Mac before July of this year, I must pay to upgrade my operating system in order to take advantage of iCloud? Meanwhile, a Windows Vista SP2 user, who bought a new computer in May 2009, already has everything they need on their computer to use iCloud.
    Why was it possible for Apple to write a free iCloud Control Panel that was compatible with existing versions of Windows, but Mac users must buy an entirely new operating system?
    If Apple gave Mac users the same amount of backwards compatibility that it gives to Windows users, people with OSX 10.5 (Leopard) would be able to use iCloud. That's something to think about the next time you go to purchase a new computer.
    (P.S. Something else to think about: If you bought a Mac before October 2007 (when OSX 10.5 was introduced), your computer won't run iTunes 10.5 unless you buy an upgrade. But a PC user, who purchased their computer as long ago as Sept. 2004(!), can run iTunes without an OS upgrade.)
    I got so angry thinking about this, that I ended up writing an angry note to Apple on their feedback page. After repeating what I just wrote here, I asked them to commit to providing at least the same level of support to Mac users that they do for PC users when it comes to their cross platform products (iPhone, iPad, iCloud, Apple TV, Safari, iTunes, etc.) And, really, is that so much to ask?
    I wish I knew how to start a petition requesting that Mac users get comparable treatment as PC users. But then again, shouldn't that go without saying?
    Please leave feedback about this revolting double standard on the Apple feedback page. They should be thinking long and hard about why their own customers are treated worse than the customers of their competition.

  • How do you get FaceTime to work between two Mac's with the same email address? Thanks, Mike

    How do you get FaceTime to work between two Mac's with the same email address?

    I would like to know the same thing.  How does facetime work between a MacBook Pro and an I Pad that run off the same email address/mac id

  • I can't get java to work on my Mac. It is installed and enabled. I can't activate java per site because I don't get "click here to activate" box.

    I can't get java to work with Firefox on my mac with OS 10.6.8. I did everything suggested and still no luck. Java is installed, enabled, and updated. I can't even activate java per site because I don't get the "click here to activate" box for some reason. Apple support said it's a firefox problem and they can't help me. I need to be able to use java!

    hello, please update firefox to the latest version & your OS to 10.6.8.
    [[Update Firefox to the latest version]]
    http://support.apple.com/kb/HT4561

  • How do you get Silverlight to work on a Mac?

    I am trying to get Silverlight to work on my Mac.  I have followed the comments from other Mac users having problems with Silverlight and followed their directions for uninstalling and reinstalling, but still no luck.  Any ideas to get Silverlight for Mac to work?
    thanks

    I wish to add to my comment above.  I am trying to use Tagxedo on my mac and it says I need the Silverlight for Mac.  Any help greatly appreciated.  Thanks

  • How to make a Java Applet work beyond proxy?

    Hi All,
    I have problems with my applet working through proxy.I am using a client applet which makes a socket connection to a Java application running on the same pc as the web server.
    Everything works fine when I am directly connected.However it does't work when connected through a proxy? I am using object o/p & i/p streams for the exchange of data b/w client applet & the server java application.How do I overcome this problem.
    Currently I am using WinGate 3.0.2 as my proxy(I did't see any firewaal setting there) but I intend to make applet work through any proxy for that matter.Using a higher level protocol such as UDP would help in this regard?
    This is urgent.PLease reply ASAP...
    best rgds,
    prithvi

    Try to use http, i don't thing direct open the socket can pass throught the socket if your proxy haven't forward those ports~
    Hi All,
    I have problems with my applet working through
    gh proxy.I am using a client applet which makes a
    socket connection to a Java application running on the
    same pc as the web server.
    Everything works fine when I am directly
    ly connected.However it does't work when connected
    through a proxy? I am using object o/p & i/p streams
    for the exchange of data b/w client applet & the
    server java application.How do I overcome this
    problem.
    Currently I am using WinGate 3.0.2 as my proxy(I
    (I did't see any firewaal setting there) but I intend
    to make applet work through any proxy for that
    matter.Using a higher level protocol such as UDP would
    help in this regard?i think UDP/TCP is not the matter for that!
    This is urgent.PLease reply ASAP...
    best rgds,
    prithvi

  • I have a diabetes monitor free style insulinx how do i get it to work on the MAC lion version

    Hi Can anyone help.
    I Have a diabetes monitor free style insulinx but it does not work on the lion operating system. Has anyone managed to get this to work.
    Initially it started to load the application but then stopped and would not work.
    Any ideas, I am reliably informed that it use to work on the leopard and snow leopard operating system.
    Apple are you able to assist.
    I have spoken to insulinx but they state it will have to come from Apple and if and when insulinx find a fix they will let me know, but who knows how long that will be.
    any advice would be welcome.
    thanks
    wwnw

    I had the same problem and called Abbott with no luck.
    But I found a way, there is a new version 1.2 out there that works but it cannot be installed directly on Lion.
    You need access to a Leapard or Snow Leapard computer.
    1. Install on Lion (I know it installs but it does not work)
    2. Install from your meter on  and update the software from there to 1.2
    3. Copy the installation folder from the application folder of Leapard to Lion Application folder
    4. Launch the app and it will see your meter.
    Good luck.

  • How do I get Java 7 working on my machine

    I hava a Java app at my work that requires Java 7 to run.
    I downloaded and installed the JRE and JDK for 7u40 from Oracle, however when I try to start the app, it still tries to start with Java 6.
    If I type java -version, it shows 1.7.0_40, but when I click on the app in the finder, it gets version 6.
    Any ideas?
    David

    The Oracle JRE is a web plugin only. The JDK is for building standalone apps with Java embedded. Neither one will run packaged Java applications that depend on the built-in Java framework. Apple doesn't distribute a Java 7 runtime. So you're out of luck, if the application really does depend on Java 7. You would have to run it on a non-Apple platform, potentially in a virtual machine.

  • How do I get Jave to work with Pogo

    I am having a very difficult time with Jave and Pogo any advise?

    If you have an idea for a new Print App that you would like to see, please submit your suggestion at the below link:
    https://h30495.www3.hp.com/idea/submit
    If I have SOLVED your issue, please feel free to provide KUDOS and make sure you mark this thread as SOLUTION PROVIDED!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • How do I get Java to work?

    The trading platform at my stockbroker runs some kind of java (I don't jnow much about java but you see the Sun Microsystems loading screen and the java cup as it launches).
    I've never got it to work properly with Safari or any other browser. Can trade on it but a lot of features don't work (eg the yes/no buttons don't show up in dialogue box).
    I've downloaded latest version of Java from Apple (though I don't see any java plug-ins in the internet plug-ins folder in my user library?). I always run latest version of Firefox too.
    I thought Java was some kind of universal, machine independent thing? Why does it work fine on really old PCs I use at other sites, but not on Macs? I may have to buy a cheap pc laptop just to have full functionality on the broking site.
    Thanks for any advice.

    hi! I have the same problem! is there anyone can help us?
    this is from terminal: java version "1.5.0_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-241)
    Java HotSpot(TM) Client VM (build 1.5.0_13-121, mixed mode, sharing)
    but it doesn't work

  • TA21328 How do I get Java to work?

    On the site my school uses as a virtual classroom, we have the option to "enable HTML creator". I click on the button, and does not come up for my iPad.  It does, however, work on my laptop.  Is there a setting I need to adjust?

    Java is not supported on the iPad, there is no setting to adjust.

  • How can one get java to work with SnowLeopard and FF13

    SInce the install of the most recent Java update (9)  for SnowLeopard (10.6.8) Firefox 13 simply advises that there is no plugin installed.  The behavior the update indicates will take place (where the web page provides the option to enable the plugin) simply has never presented itself. At this point, java is simply no longer available on a Mac running SNowLeopard and using Firefox.  Is there a solution to this other than upgrading to Lion?

    Yes. However, do note that FF is only on the machine for testing, I don't use it, preferring Safari. Any further issues with FF are best answered at http://support.mozilla.org/

Maybe you are looking for