Java Communication With Firefox

Is there a way for my Java app to load a URL from firefox and for firefox to load a URL from my Java app?

DrClap wrote:
sharpdust wrote:
Thanks, but how would I load a URL from Firefox into my Java app?You wouldn't.Um... even 5 dukes start would be great...

Similar Messages

  • Need API for Java communicating with RS232

    Dear All,
    I am a newbie to Java. I have a sensor connected to a microcontroller, and this microcontroller is also connected to a PC through the RS232 (COM 1). I have installed the Java Communications API "Javax.comm" on my PC and was able to run the "BlackBox" sample program. What I require is a simple Java program that will read and show the bytes comming through the COM1 port. If anyone has done anything similar or has an idea of how to go about it, could they please send me some example code, I would be very grateful. Or if anyone knows about any website with such similar examples i would be very grateful.
    Thank you very much.
    FREDERIC

    Cross posted numerous times...
    http://forum.java.sun.com/thread.jspa?threadID=634826

  • How to always enable Java 6 with Firefox 18

    I implemented Firefox 15 with Java 1.6.0.35-b10 to be used with a particular Vendor's website. The site has no internet except for accessing this vendor's website. Several weeks ago Firefox 15 updated itself to Firefox 18 and blocklisted Java 6. I was able to unblock it, but now each time the users log into the vendor's website, Firefox prompts the user to activate Java 6. My users are nagging me to turn this activate screen off but i cannot figure out how to permanently activate Java 6 on each of these machines. The vendor is not willing to upgrade to Java 7. I have tested Java 7 with the vendor's site and of course it doesn't load. Consequently, I cannot get this machine to roll back to Java 6. Once they activate Java 6 they can use the website. I could switch back to IE8 and use Java 6 with no problem, except that IE8 has a flaw in it. I have read that I cannot install IE9 on Windows XP pro, so I am stuck with Firefox. Windows XP Pro SP3, Firefox 18, and Java 6.

    Hi there,
    This article walks you through how to enable Java again -- note that we don't recommend this due to the many security risks (this week new threats were revealed again): [[How to use Java if it's been blocked]]
    Hope this helps!
    Cheers,
    David

  • Communicating with firefox

    Hi,
    I hope this is the right place to ask this, I couldn't find a more specific forum to post this question and went with the most generic one.
    I want to make a java application which will be able to communicate with a firefox extension.
    The two should not be depended on each other, but when both are running they will be able to find and communicate with the other.
    I'm searching and reading anything I can find on the subject and I got confused as for what is the way to do this.
    Should I use LiveConnect or create a XPCOM in java?
    Thanks, Nitzan

    Hey Ben,
    Thanks for taking the time to reply!
    I think that you are right about the LiveConnect, and from the start I had my doubts about that being useful in my case.
    As for the XPCOM, yes, it can be used to embed firefox in a java application but that's just one of the things you can do with it... from the JavaXPCOM page:
    JavaXPCOM allows for communication between Java and XPCOM, such that a Java application can access XPCOM objects, and XPCOM can access any Java class that implements an XPCOM interface. With JavaXPCOM, a developer can talk to XPCOM or embed Gecko from a Java application. ( [MDC: JavaXPCOM|https://developer.mozilla.org/En/JavaXPCOM] )
    That seems exactly like what I need! the problem is that the page was last updated in 2006 and the examples in 2007 (or something like that), not only it's old but also very poorly documented and explained.
    I'm currently in the process of reading the [Creating XPCOM Components|https://developer.mozilla.org/En/Creating_XPCOM_Components] book, which is a tutorial on how to write XPCOM in C++, but the transformation between that and java is not that simple, for me at least..
    I thought that maybe someone already faced this issue.
    Thanks, Nitzan.

  • Mac Java Compatibility with Firefox 4

    I am running Mac OS, with the new firefox 4 I am not getting access to my CCTV server anymore, while the older firefox runs smoothly, the version 4 firefox keeps on asking to install the plugins "Java", but Mac has its own java. Maybe it need to be compatible with the Mac Java plugins, and another thing is the version 4 of Firefox runs slower than the previous version.

    i love channel hoppin on fox tv and not compatable with the new socalled better ff4 please sort it out thanks

  • When using Java Wizard with Firefox 3.6.23 on a Mac OS X 10.6.8 it keep getting an error message: "The Java Wizard cannot run. Please configure your browser to allow Java applets to access the filesystem." Have NO idea how to fix this problem.

    When trying to upload files I received the following error: "The Java Wizard cannot run. Please configure your browser to allow Java applets to access the filesystem."

    If the problem is with a site that is hosted using MOVEit DMZ by Ipswitch, please notify the site owner of the issue and ask them to apply the patch that is available on the support site to resolve the issue.
    This is a better resolution than downgrading your version of Java that was updated due to security issues.

  • Java communication with applets

    Hi, I'm new so I hope this is where I should post this question.
    Basically, I want to write a java program that communicates with an applet and retrieves data from the applet. The applet is executed from secure http protocol and connects via the socket port. I know the applet is MainClassApplet.class, but I do not know any of its methods, variables, constructors, etc.
    Is it possible to communicate with this applet and retrieve information from it?

    The jar file is just a resource on the web server,
    like the web page that it's called from. You could
    use your browser to grab the jar file. Or use
    something like curl.hmm.. do you know of some code or tutorial I could
    look at for this?Look at the HTML source of the web page that includes the applet. From that page's URL, and the <applet> or <embed> or <object> tag that refers to the applet, figure out the URL to the jar file. Then type that URL in the location bar of your browser.
    Or get "curl", which is a command-line utility that acts like a browser, and use that to get the file. Read the curl help pages.
    User name and password doesn't necessarily have
    anything to do with HTTPS. Is the site also using
    HTTP authentication, or what? How do you know it
    wants your user ID and password?Well, why would they make you pay for an account if
    people could easily access their webpages? Sometimes a site will password-protect some pages but not others. And anyway, are they asking for a user name and password or aren't they?
    I just
    know it uses a post method in order to retrieve a
    user's account name and password.. I don't think it
    uses HTTP authentication.. It has 4 parameters that
    it uses to execute the post method.Well, that tells me almost nothing.
    Before trying to grab and reverse-engineer some functionality from a site, probably in a manner that violates whatever agreement you agreed to when you signed up for the site, you might want to learn about basic web technologies, like HTML, HTTP, etc. Then learn basic Java.

  • ERP (Abap) to NW (Java)-Communication with JCA (inbound) in EJB

    Hello,
    i found examples which use JCA for outbound-communication from java-ejbs to an abap-system. but i didn't found much about how to implement inbound-communication. So i want to call an java-ejb on my NWCE 7.1 (JCA 1.5) from an Abap-System.
    Has anybody more information or code snippets how to achive this?
    thx and regards
    Matthias

    Hi,
    Refer these links,
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/83/c70242e5216324e10000000a1550b0/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/32/43d84072378031e10000000a1550b0/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/42/f024227e203ee4e10000000a1553f6/frameset.htm
    Regards,
    Sunaina Reddy T

  • Why doesnt java work with firefox,i cannot open certain sites

    ive been trying to go online auction and it will not bring up the auction

    The message about CVE-2009-3555 is meant for webmasters to make them aware that they need to fix their servers.<br />
    Firefox 3.6 versions can detect such a misconfiguration and displays a warning in the "Tools > Error Console".<br />
    * http://wiki.mozilla.org/Security:Renegotiation
    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * [[Firefox crashes]]
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Multiple problems with Firefox 3.6.6 - Java Console, Flash, PDF & opening

    running Windows XP with Firefox 3.6.6. I just upgraded to 3.6.6 & since then have been having multiple problems. 1) 3.6.6 takes a LONG time to load or hangs 2) As recommended Flash plugin updated to Flash 10.1. Subsequently Flash doesn't work. All I get when I use Firefox on any site is the F in a circle that indicates that flash is necessary to display the page. I have no problems with Flash on Google Chrome. 3) Java Console having issues. When 3.6.6 opens it says Java Console must be updated. So I update it. Then when it opens it says it's not supported & needs to be removed. Each time it wants me to restart Firefox to complete the task. If I say restart later cause I'm sick of opening & Closing again & again it pops up every 5-10 minutes & asks again. Please HELP!! 4) PDF files will not open since upgrade to 3.6.6. Having no issues with Google Chrome. It opens in miliseconds & runs everything but I prefer Firefox if it can be gotten to work right. Desperately need help.
    == Upon upgrade

    Please respond with a list of all of your Extensions.
    -type '''about:support''' in your URL/address/location bar and press the Enter key
    -click "Copy all to Clipboard"
    -paste into your reply
    <u>'''1).'''</u> Please explain "long time to load" in more detail; approximately how long? Hanging when: on startup of Firefox, during use (please list some sites/pages, if so), at shutdown?
    For hanging at exit:
    <u>'''Kill Application'''</u>
    In Task Manager, does firefox.exe show in the <u>'''Processes'''</u> tab?
    See: [http://kb.mozillazine.org/Kill_application Kill Application]
    '''<u>Causes and solutions for Firefox hanging at exit:</u>'''
    [[Firefox hangs]]
    [http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit]
    [[Firefox is already running but is not responding]]
    <u>'''Safe Mode'''</u>
    You may need to use '''[[Safe Mode]]''' (click on "Safe Mode" and read) to localize the problem. Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes <u>'''before'''</u> starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    See:
    '''[[Troubleshooting extensions and themes]]'''
    '''[[Troubleshooting plugins]]'''
    '''[[Basic Troubleshooting]]'''
    If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it by enabling <u>'''one at a time'''</u> until the problem reappears. <u>'''You MUST close and restart Firefox after EACH change'''</u> via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.
    <u>'''2).'''</u> Could be caused by a Flash-blocking Extension (the reason for asking for your list of Extensions) or could be in your Firewall or AV/AS application. What Firewall and/or AV/AS applications to you use?
    See: [[Firewalls]]
    <u>'''3).'''</u> Again, the reason for asking for your Extensions. Is it Java Console or Java Deployment Toolkit in the error message. Need version numbers on both of the above. You may have some Java remnants from a prior Java version; Java does not clean-up after itself and we can help you remove some of those remnants, if you will supply the information. See:
    http://support.mozilla.com/en-US/kb/Java-related+issues
    http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox
    http://support.mozilla.com/en-US/kb/Java+Deployment+Toolkit+Blocked
    http://kb.mozillazine.org/Java
    Some users get confused about Java and JavaScript; here is some information:
    http://kb.mozillazine.org/JavaScript_is_not_Java
    http://support.mozilla.com/en-US/kb/JavaScript
    <u>'''4).'''</u> What are the results when you try to load a PDF file off of the internet? You need to check for an update of Adobe Reader (yours appears to be an older version) and after checking for updates to Adobe Reader, check your settings in Tools > Options > Applications for "Adobe Acrobat" Content Types. See:
    http://support.mozilla.com/en-US/kb/Options+window+-+Applications+panel http://support.mozilla.com/en-US/kb/Managing+file+types
    http://kb.mozillazine.org/File_types_and_download_actions
    <u>'''You'''</u> ~~red:<u>'''MAY'''</u>~~ <u>'''need to Update Adobe Reader for Firefox (aka Adobe PDF Plug-In For Firefox)'''</u>: your ver. N/A; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Start > Program Files, find and click Adobe Reader to open, click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • I'm getting this error: It looks like you've the new version of Firefox. Unfortunately, there is currently a bug that is preventing players from playing Java games with version 3.6.14 of Firefox.

    cant play on Pogo.com, error: theres a bug that prevents everyone from playing Java games with Firefox new version.

    You can update Firefox to the latest 3.6.15 version via "Help > Check for Updates"

  • I can't seem to copy or cut and paste with firefox anymore

    I can highlight but I can't cut or paste words or phrases on firefox anymore. I can on explorer but not firefox
    == This happened ==
    Every time Firefox opened
    == its been a while not sure what setting got changed

    ~~red:''<u>'''Please list your Extensions & Themes when posting a question'''</u>''~~
    When posting future questions, please post the information in the "Troubleshooting Information" section. See: [[Using the Troubleshooting Information page]]
    ~~red:''<u>'''Can not copy/cut and paste'''</u>''~~
    The two most commonly reported causes of not being able to right-click, Copy and Paste are AVG Safe Search and Yahoo Toolbar. ~~red:'''Disable them and test'''~~ ( Tools > Add-ons > Extensions , locate and click on each of the add-ons, click Disable, when both are disabled, click Restart Firefox in the Extensions window.)
    If the right-click context menu allows copy/cut and paste with the two add-ons disabled, then one or both of them is causing the issue. Re-enable the extensions one-at-a-time, restart Firefox and test. When the problem returns, you will know which is the culprit.
    See:
    http://support.mozilla.com/en-US/kb/Customizing+Firefox+with+add-ons
    http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes
    http://support.mozilla.com/en-US/kb/Uninstalling+add-ons
    http://support.mozilla.com/en-US/kb/Troubleshooting+plugins
    ~~red:<u>'''''Other Issues'''''~~: to correct security/stability issues</u>
    <u>'''Update Java'''</u>: your ver. 1.6.0.17; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    ''(Windows users: Do the manual update; very easy.)''
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.

  • Cannot open more than one window with Firefox

    I've been having this problem for a couple of weeks, now, and I've run out of ways to try and fix this.
    One day, after starting my computer up, I opened Firefox. No big deal, everything looks fine, tabs are working, etc. Then, when I went to open a second window, nothing. The first window still works fine, I can open tab upon tab, but it just won't open any more windows.
    As much as I'm a fan of the browser tabs, I still prefer to have them spread out over more than one window.
    I've read through a ton of different troubleshooting walkthroughs and whatnot, reinstalled three or four times, restored settings, but nothing works.
    Well, not entirely, I guess. Here's the part that I can't quite figure out. When I disable every single addon, Firefox works just fine. I've done the checking down the list, trying to single one out, but it's *any* addon. Even something as simple as a dictionary search ([https://addons.mozilla.org/en-US/firefox/addon/68/]) causes this to happen.
    I've checked with an older computer with an older version of Firefox, and it still seems to work fine with addons enabled, so I'm wondering if this is an update issue?
    Would reverting back to a previous version of Firefox solve this, and if so, where would I be able to find downloads for a previous version?
    So, like I said, I'm at a bit of a loss here. Sort of at a crossroads for trying to figure out what to try next, so I'm hoping someone a bit more knowledgeable can help steer me in a direction.
    Edit: I just noticed that the posting includes system information with my question. I should clarify that I'm posting this from an older computer with an older version of Firefox. On the computer that I'm having this issue with, I'm using the newest version of Firefox (3.6.8).

    Some old posts indicate the following add-ons have caused the problem of not being able to open a new window in Firefox in the past. If you have any of them you might want to disable or uninstall them to see if that is causing your problem.<br />
    * HP Smart Web Printing Toolbar
    ** https://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=531462&forumId=1
    * Skype
    ** https://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=472881&forumId=1
    ** https://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=531462&forumId=1
    * Zone Alarm Toolbar
    ** https://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=472881&forumId=1
    ** https://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=624545&forumId=1
    ** http://forums.zonelabs.com/showthread.php?t=73592&highlight=firefox+window
    <br />
    You need to update your plug-ins. It is important to keep them updated due to continuing security fixes and improvements in those plug-ins:
    * Adobe Shockwave for Director Netscape plug-in, version 11.5 (you '''<u>may</u>''' need to update)
    * Shockwave Flash 10.0 r32
    * Java Plug-in 1.6.0_11 for Netscape Navigator (DLL Helper)
    #Check your plugin versions: http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Shockwave Flash'''
    #*Use Firefox to Download and SAVE to your hard drive from the link in article below
    #*SAVE to your Desktop so you can find it
    #*After download completes, close Firefox
    #*Click on the file you just downloaded and install
    #**Note: Vista and Win7 users may need to right-click the installer downloaded and choose "Run as Administrator"
    #**Note: Most browsers other than IE will also get updated with this one download
    #**Note: To update IE, same procedure '''<u>but use IE</u>''' to go: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    #*After installation, restart Firefox and check your version again.
    #*'''<u>Download link and other information</u>''': https://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash
    #'''Update Java:'''
    #* Download and update instructions: https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox
    #* Removing old versions: http://www.java.com/en/download
    <br />
    You are using an out-of-date version of Firefox. Unless you have a reason for using that old version, you might want to consider upgrading.
    *The Firefox version series 3.0.x is no longer being supported or updated, even for security issues.
    *The last version in the 3.0.x series was 3.0.19 which was released 03/15/2010.
    *You are using version 3.0.13 which was released 07/31/2009.
    Consider upgrading to the current version, Firefox 3.6.8. Firefox 3.6.9 is scheduled to be released in a few days and the new Firefox 4 will be released later this year or early next year.
    * See: https://support.mozilla.com/en-US/kb/Upgrading+to+Firefox+3.6
    * Or you can download the full installer and save it to your hard drive for installation from: http://www.mozilla.com/en-US/firefox/all.html
    * Also see: http://support.mozilla.com/en-US/kb/Installing+Firefox

  • I cannot use Microsoft Hotmail with Firefox 3.6.24 and Windows 7. I click on an email but nothing happens. I did not have this problem with Windows Vista. Any solutions would be greatly appreciated.

    The Windows 7 is on a new Dell Inspiron desktop. The Windows Vista is on a Dell Studio laptop that I have had for a while. The Hotmail also works fine on the new computer when I use IE9.

    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.2 r152
    # Java Plug-in 1.6.0_11 for Netscape Navigator (DLL Helper)
    *http://www.mozilla.com/plugincheck/
    Update the Flash plugin to the latest version.
    *https://support.mozilla.com/kb/Managing+the+Flash+plugin
    *http://kb.mozillazine.org/Flash
    *http://www.adobe.com/software/flash/about/
    Update the Java plugin to the latest version.
    *https://support.mozilla.com/kb/Using+the+Java+plugin+with+Firefox
    *http://kb.mozillazine.org/Java
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Has anyone had an email virus using hotmail with firefox?

    As soon as I log in to my inbox, spam emails are generated to everyone in my contact list. They all have an attachment URL , which end in .PHP. I have tried to remove the virus with norton antivirus 2011, and Avast antivirus. Niether one can find the virus doing a full system scan. I use 2 other browsers, Chrome, and Internet explorer. The spam emails are not sent in the other 2 browsers, only in firefox, both versions, 3.6 and the new 4.0 beta. If you can help remove this virus please let me know.I removed 4.o beta and went back to 3.6 which seemed to stop the spam emails, until the last 3 days, when the virus emails are sent every time I log into my inbox. I've tried removing and reinstalling after cleaning the registry, going back to 3.6 then 4.0, so far nothing has worked. I can't find much info on the internet either.

    Perform a thorough scan of your system for malware.
    Download, install and update as many of the following as possible until your infections are cleaned.
    #The '''<u>free versions</u>''' of these scanners will detect infections and clean your system; no need to purchase
    #'''<u>Different malware scanners detect some malware that other scanners do not.</u>'''
    #If you are unable to download the malware programs,
    #* change the name of the installer program before saving the download to your hard drive, and
    #* once installed, go to the installation folder for the program and change the name of the program executable file (i.e., for Malwarebytes Anti-Malware, change mbam.exe to xyz-mb.exe), then update the program and run the scan.
    #* you may need to download on an un-infected computer, change the name of the installer program, copy the installer to a CD or USB thumb drive, and transport to your system for installation.
    #Some stubborn malware will need to be removed in '''Windows Safe Mode with Networking'''. See:
    #*http://www.pbcomp.com.au/using-windows-safe-mode.html
    #*http://www.malwarehelp.org/restart-into-safe-mode-how-to-2010.html
    *Malwarebytes' Anti-Malware - http://www.malwarebytes.org/mbam.php
    *SuperAntispyware - http://www.superantispyware.com/
    *AdAware - http://www.lavasoftusa.com/software/adaware/
    *Spybot Search & Destroy - http://www.safer-networking.org/en/index.html
    *Windows Defender - http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Dr. Web Cureit - http://www.freedrweb.com/cureit/
    If these don't find or can't clear the infection(s), post in one of these forums for specialized malware removal help:
    #Read and follow their rules for posting
    #Follow their instructions '''to the letter'''
    #Be patient; you are put in a queue and you will get a response when they get to your post
    *http://bleepingcomputer.com
    *http://www.spywareinfoforum.com/
    *http://www.spywarewarrior.com/index.php
    *http://forum.aumha.org/
    <br />
    '''Other issues that need your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *Adobe PDF Plug-In For Firefox and Netscape 10.0.0
    **'''''Security update 10.0.1 was released 2011-02-08'''''
    *Next Generation Java Plug-in 1.6.0_22 for Mozilla browsers
    **version 1.6.0_23 is a stability update according to Sun/Java
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file, SAVE it to your hard drive, when complete, close Firefox, click on the installer you just downloaded and let it install.
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

Maybe you are looking for