Installing JSDT jQuery plugin in Eclipse Kepler 4.3

后端 未结 5 1148
轻奢々
轻奢々 2020-12-15 14:29

I\'ve downloaded Eclipse Kepler 4.3 from official site in here.

And installed PDT plugin successfully (Eclipse -> Help -> Install new software).

相关标签:
5条回答
  • 2020-12-15 14:38

    Method 1 :

    1. Run Eclipse
    2. Help -> Install New Software
    3. Copy this link address and paste it on Work with section and hit Enter
    4. After a few seconds JSDT jQuery checkbox will be appears.
    5. Check JSDT jQuery and press next button and Next again..
    6. Accept License Agreement and press Finish.
    7. Restart Eclipse

    Method 2 :

    1. Download and install SVN client for example TortoiseSVN

    2. Import the repository. Paste this URL https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite in the URL of the repository field.

    3. Then hit OK.

    After that :

    1. Run Eclipse Kepler
    2. Help -> Install New Software -> Add -> Archive
    3. Select ZIP file that was downloaded, and type a name.
    4. Click OK.
    5. Select JSDT Plugin check box and hit Next.
    6. Accept licence and press Confirm.
    7. Restart Eclipse

    UPDATE

    If you are unable to download that for any reasons(Specially for Iranian people), you can download that from below link :

    http://www.mediafire.com/download/924166rcorf4bt1/JSDT_jQuery_-_20131019.zip

    And then do above steps

    0 讨论(0)
  • To install JSDT jQuery plugin follow these steps:

    1. Run Eclipse Kepler
    2. From the top toolbar select Help -> Install New Software
    3. In the box labelled Work with: copy and paste https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite and hit enter.
    4. Check JSDT jQuery and select the Next button
    5. On the Install Details dialog select Next
    6. Accept the License Agreement and select Finish
    7. Select Yes to restart Eclipse
    0 讨论(0)
  • 2020-12-15 14:48

    For install lastet version of JSDT Jquery plugin plesae enable a proxy in your pc and then open eclipse from toolbar select Help -> Install New Software and click the Add button and copy & paste this https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite

    Next click select all and click next to install it

    0 讨论(0)
  • 2020-12-15 15:00

    To anyone having issues in 2016, I took the following steps:

    1. List item
    2. Download source code from https://code.google.com/archive/a/eclipselabs.org/p/jsdt-jquery/source/default/source or https://github.com/Nodeclipse/jsdt-jquery
    3. Unzip and maven build the source code
    4. In eclipse Help->Install New Software->Add...->Archive...->/location_to_source_directory/org.eclipselabs.jsdt.updatesite/target/org.eclipselabs.jsdt.updatesite-1.9.0-SNAPSHOT-site.zip
    5. Give name -> Ok
    6. ...
    7. Profit
    0 讨论(0)
  • 2020-12-15 15:04

    I prefer to use the Eclipse Marketplace, then you can also get updates for the plugin.

    1. Run Eclipse
    2. Help -> Eclipse Marketplace
    3. Search for "jQuery"
    4. Choose JSDT jQuery 1.7.0 (or newer version when it arrives)
    5. Choose Install
    6. Confirm selected features (check that it is selected and click Confirm)
    7. Accept licence and press Confirm
    8. Restart Eclipse
    0 讨论(0)
提交回复
热议问题