How to associate ed2k protocol with emule downloader?

when clicking on an ed2k link in FF7 Alert pops up
" Firefox doesn't know how to open this address, because the protocol (ed2k) isn't associated with any program"

found out this is not FF problem. it is done in the emule client itself.

Similar Messages

  • How to associate a button with the selection/unselection of a JTable?

    hi,
    how to associate a button with JTable in this manna? i want to disable a button once there is no selection in the JTable, and enable the button when there is a selection. to associate the selection it is easy: just make an eventAction for the button on the click in the JTable and check whether there is a selection. but how to do this with the unselection? hope anyone can give me any hint. thanx!

    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Test extends JFrame {
        String[] head = {"One","Two","Three"};
        String[][] data = {{"1-1","1-2","1-3"},{"2-1","2-2","2-3"},{"3-1","3-2","3-3"}};
        JTable jt = new JTable(data,head);
        public Test() {
         setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
         Container content = getContentPane();
         content.add(new JScrollPane(jt));
         jt.getSelectionModel().addListSelectionListener(new ListSelectionListener() {
             public void valueChanged(ListSelectionEvent lse) {
              if (lse.getValueIsAdjusting()) return;
              if (jt.getSelectionModel().isSelectionEmpty()) {
                  System.out.println("Nothing Selected");
              } else {
                  System.out.println("Something Selected");
         setSize(500,500);
         show();
        public static void main( String args[] ) { new Test(); }
    }

  • Transferred my Library to new laptop, but how to associate/sync iPhone with new laptop?

    I got a new laptop. The old laptop is still working. I transferred my library using the Home Sharing method and all of my items were moved except my apps. I plugged in my iPhone to the new computer and used "Transfer Purchases from iPhone" option and all of my apps were added to the library. But, now I don't know how to associate the iPhone with the new computer. When I plug in my iPhone to the new computer. It starts to sync. It says steps 1 through 3, spins for 20 seconds and says complete, but nothing was done. I do not get the "this iPhone is associated with another library" message when I plug it in to new computer, perhaps because I've authorized both computers. All I can find in my searches is how to avoid losing all of your data and how to transfer your library, but none has dealt with this exact situation. I am stumped as to how to get iPhone associated with new computer. Can I transfer my backup from the old computer and restore from backup? Other thoughts? Sorry if the answer is somewhere (I'm sure it is), but I have spent two days looking.

    Randers4, so I carefully followed the directions (only one that confused me was about adding a fake address/calendar entry, is that for Macs, I'm using a PC?.)  I restored it from the backup and everything looked good. I had hope, the final step says to sync it and when I did, I had the exact same problem. It spun, went quickly through only 3 steps (even though there were 7 sync steps with my old laptop) and nothing changed. It clearly didn't sync.
    So, I had an idea that I would back up everything by right clicking in the left pane and forcing a back up on the new computer, and then erasing the entire phone and then restoring from the backup I just made to see if that would make a difference. So, after I tried that and it restored, it was weird. All of my settings were there. Some folders were there, my pictures were there, but all of my apps, folders, music and video was missing and it still wouldn't sync. So, then I had to plug it back into my old laptop and do a restore from there to get that stuff back.
    Shouldn't I get a message when I plug the iPhone into the new laptop saying this phone is connected to another computer? I tried "Reset Warning Messages" but it doesn't do anything. At this point, I don't care if I lose some of the stuff from my iPhone (texts, etc)...but I want it to sync to the new computer because my old laptop is on its death bed.
    So frustrating, all of my iTunes content is on the new computer, the only piece that is missing is getting it to "talk" to the iPhone. Times like this I wish I wasn't a poor teacher and could afford to get a nice Mac laptop.

  • How do I associate a protocol with a program?

    I want to associate the 'cel' protocol with celestia so I can open cel:// urls but i'm not sure how to do it.

    Opera:
    Tools -> Preferences -> Advanced -> Programs and clicking "Add". Enter "cel" in the protocol field and enter "celestia" in the "Open with other application" field.
    Repeat one more time with cel+http as the protocol.
    Firefox:
    Create a .js file in /usr/lib/xulrunner-1.9.1/defaults/pref.
    celestia.js:
    pref("network.protocol-handler.app.cel","/usr/bin/celestial");
    pref("network.protocol-handler.warn-external.cel",false);
    pref("network.protocol-handler.app.cel+http","/usr/bin/celestia");
    pref("network.protocol-handler.warn-external.cel+http",false);
    Or add the lines to ~/.mozilla/firefox/<whatever>.default/prefs.js

  • How to associate an icon with an application

    Hi folks,
    I have what I think should be an easy question, but I'm at my wit's end trying to solve it. I just used fink to download gimp and it works fine. However, I need to start it from the command line, and I would really like to be able to just click on an icon in the dock. The gimp icon is available, but I don't know how to associate it with the command to launch the gimp. Any tips or suggestions would be warmly received.
    Thanks in advance,
    Carl

    You can't really "associate" an icon with a command/executable in OS X - it has to be provided by an application. Is there a reason why you don't want to use one of the packaged versions of gimp, such as http://gimp-app.sourceforge.net/ ?

  • How to associate unmht plugin with mht files

    OS: XP+SP3
    Firefox ver.: 3.6.26
    After saving a web page as mht, how do I open it with firefox?
    Trying to associate mht with firefox.exe caused firefox to try and open every link on page including adds. ie opens it but it takes time and I'd rather work with firefox.
    thanks

    File > Open File... or dragging the saved MHT file into the Firefox window work for me with Firefox 3.6.26 on WinXP
    Double-clicking in the saved MHT file produces the same as you described, when Firefox isn't open. But when Firefox is open and minimized to the Task Bar and I double-click on the saved MHT file it un-minimizes Firefox and the file opens in Firefox with no problems.
    I suspect the problem is with WinXP and not Firefox or UnMHT.

  • How to associate LDAP attributes with the subject?

    I am writing a custom role mapper and want to determine the roles of the subject
    depending on values of LDAP attributes. Is it posssible to associate LDAP attributes
    with the Subject?
    We use iPlanet and hence I have configured iPlanetAuthenticator as the Authentication
    Provider. Is it possible to configure iPlanetAuthenticator so that the LDAP attribute
    values are associated with the subject? Or is it possible to extend iPlanetAuthenticator
    for this purpose?
    Is there a way to do this other than writing my own AuthenticationProvider?
    Thanks in advance.
    Jay

    "Jay" <[email protected]> wrote in message
    news:3f1d77f7$[email protected]..
    >
    I am writing a custom role mapper and want to determine the roles of thesubject
    depending on values of LDAP attributes. Is it posssible to associate LDAPattributes
    with the Subject?
    Which LDAP attributes are you interested in? We can look at adding this
    functionality
    if we have more info.
    We use iPlanet and hence I have configured iPlanetAuthenticator as theAuthentication
    Provider. Is it possible to configure iPlanetAuthenticator so that theLDAP attribute
    values are associated with the subject? Or is it possible to extendiPlanetAuthenticator
    for this purpose?
    There is no way to extend the provider.
    Is there a way to do this other than writing my ownAuthenticationProvider?
    >
    You may be able to write a separate provider that works in conjunction with
    the
    authentication provider. It would add the principals with the ldap
    attributes.
    Thanks in advance.
    Jay

  • How to input chinese words with emulator?

    Netbeans6.8 is on stage now. But there is no downable plugin for WTK2.5.2. It means JavaME SDK 3.0 is offically mature. But I find there is no way to input chinese word with emulator.
    Any advice is welcome.

    Don't try to jailbreak it 3d party software is not always 100% qualified stuff. E.g., yesterday I've put Russian localization pack on my iPod and got a lot of "surprises": crashing keyboards & iPod apps, crappy not smoothed fonts etc.
    There is also no Russian || Ukrainian keyboard on iPod. That's Ok, but adding / changing contact details in the Address Book or editing iCal event is a really weird thing. Why should I use translitaration or write everything non-native language?! That's stupid that localization doesn't include language inputs.

  • Associate ed2k protocol to program (eMule or aMule etc. )

    Hello to the to the Firefox team ,
    When one click a eMule or aMule (P2P) link , there is no
    option to associate it with /usr/bin/ed2k (the P2P program) .
    In former versions you had to go in "about:config" and enter a New then Boolean with as name :
    "network.protocol-handler.external.ed2k" and value :
    "true"
    Then again New String "network.protocol-handler.app.ed2k"
    with "/path/to/ed2k" as a value .
    I have Firefox 3.6.7 on a Fedora 13 O.S. and the classic
    doesn't do the trick . How comes ?
    Now I get a warning window witch basically says :
    (translated & abbreviated from Dutch)
    " don't now how to open this address , this protocol (ed2k)
    isn't associated with any program "
    Only option is the OK button , end of history , no way to
    associate , as explained in MIME types etc.. ...
    I've no idea , and there seams to be nobody else having
    the problem , there isn't anything in the FAQ's or the
    knowledge base .
    Thank you for the attention ,
    Sincerely greeted
    Martin

    You're welcome

  • How do I associate a protocol with Firefox?

    I can log in to Second Life but can't get to my location. It tells me that this application doesn't have a Firefox protocol.
    == URL of affected sites ==
    http://http://maps.secondlife.com/index.php?q=http%3A%2F%2Fmaps.secondlife.com%2Fsecondlife%2Fchez%2520chr&s=Places

    Try Installing SL viewer - Emerald doesn't recognize without SL viewer first being installed.. then go to your tools option and assoiate Second life with Emerald in the drop down box to the right- then it should work just fine. Hope this helps

  • How to associate different securityschema with different webgate .

    Hi All,
    We have protected all our resources which is deployed on different server using OAM.
    Take my scenirio like this .
    I have 2 resources having url like 127.22.33.22:4040/myfirstresource .
    175.22.44.55.4050/mySecondResource
    Thesr 2 resources are protected by 2 webgate and i have created 2 security schema .
    I want to associate security schema 1 with resource 1 and security schema with resouce 2 .
    Can anyone provide me some poiter how can i achieve it .
    Thanks ,
    Arun.

    This is provided by OAM out-of-box. Create 2 policy domains, and give resource1 in domain1 and resource2 in domain2. Then in the default rule, give authentication schemes that you want to give. Enable the policy domains.
    The end.
    (This can be done by 1 policy domain and 2 policies too. Choose whichever is good with you)

  • SQ01 - How to associate existing query with another  infoset ?

    Hello,
    I created an infoset and want to associate it with an <u>existing</u> query.
    -> I tried to change the existing query but it is blocked for changes by the user author.
    -> I tried to copy the existing query to a new query but the infoset was copied automatically
    Is it possible to do this?
    Alex,

    Hello, a query is built upon the infoset, it gets data from the infoset structure and display them in the way you have defined in the query, if you change the infoset that is below a query you might not have all the data you need in the query.
    Why not create a new query based on the othe infoset?
    Regards, Luciano.

  • How to associate jnlp content with javaws?

    When I follow a link to a Java WebStart .jnlp file it opens as an XML file and not useing WebStart (javaws). It is not obvious to me how to make the association.
    I'm currently working with Ubuntu 10.10 but it may be a more general problem.

    OK, fixed. In Firefox: Edit -> Preferences -> Applications
    on the left, JNLP. on the right, change from "Firefox" to /usr/bin/javaws
    This really ought to be the default....

  • How to associate audio file with progress bar

    Hi all,
    I have a case in which I need to associate an audio file witha  progress bar. What I want to do is to able to play a audio file which will say " Process started.." Process going on" and process ends, and it shoud be synchronized with the progress bar. Is there a way to do this .
    Please let me know
    Thanks,
    Ankit G
    Solved!
    Go to Solution.

    Are you referring to a LabVIEW horizontal/vertical progress bar, which basically has a U8 integer constantly written to it? Is this in a loop as it fills up?
    If so, there is an entire palette that allows you to play waveforms. As you're writing to your progress bar the number, you can keep checking what that number is (event or case structure), and when it hits particular values, you play particular sounds. Here is a screenshot of that palette.
    Ravi A.
    National Instruments | Applications Engineer

  • How to associate one address with a "reply to" address?

    I have several mail accounts in Mail, including one IMAP account and one Mac account.
    Due to some recent problems with one of those addresses, I would like to include a different address in the "Reply to" line.
    Of course, I have no problem to include manually the "Reply to" address each time. But I would prefer to have the possibility to have automatically messages sent from that address include the "Reply to" address - not for all accounts, but only for that one.
    I have made several attempts, using for instance "Personalize" in a message, hoping that future messages sent from that account would keep the settings for future messages, but it does not seem to work.
    Maybe there is no way - but maybe there is one which has not even come to my mind. If somebody knows a trick in order to produce the desired result, I would be delighted to know it!

    When I try to add participant to a calendar event, then click "Save".
    BB would give error "No associated email account". To correct this, I would select "Associate Email", then add a local email account to be associated. Then when try to save again, BB will come up with same error message  ...  "No associated email account". Then it will go through the loop again. Get the point? I think this is a software bug that needs to be corrected.

Maybe you are looking for