问题
I've downloaded Eclipse Kepler 4.3 from official site in here.
And installed PDT plugin successfully (Eclipse -> Help -> Install new software
).
The problem :
I need to install JSDT jQuery plugin.
I have tried :
Help -> Eclipse MarketPlace -> JSDT jQuery (Install)
But get me following error :
No repository found at https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite
Thanks in advance.
回答1:
Method 1 :
- Run Eclipse
- Help -> Install New Software
- Copy this link address and paste it on
Work with
section and hit Enter - After a few seconds
JSDT jQuery
checkbox will be appears. - Check
JSDT jQuery
and press next button and Next again.. - Accept License Agreement and press Finish.
- Restart Eclipse
Method 2 :
Download and install SVN client for example TortoiseSVN
Import the repository. Paste this URL https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite in the URL of the repository field.
Then hit
OK
.
After that :
- Run Eclipse Kepler
- Help -> Install New Software -> Add -> Archive
- Select ZIP file that was downloaded, and type a name.
- Click OK.
- Select JSDT Plugin check box and hit
Next
. - Accept licence and press Confirm.
- 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
回答2:
To anyone having issues in 2016, I took the following steps:
- List item
- 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
- Unzip and maven build the source code
- 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
- Give name ->
Ok
- ...
- Profit
回答3:
To install JSDT jQuery plugin follow these steps:
- Run Eclipse Kepler
- From the top toolbar select Help -> Install New Software
- In the box labelled Work with: copy and paste https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite and hit enter.
- Check JSDT jQuery and select the Next button
- On the Install Details dialog select Next
- Accept the License Agreement and select Finish
- Select Yes to restart Eclipse
回答4:
I prefer to use the Eclipse Marketplace, then you can also get updates for the plugin.
- Run Eclipse
- Help -> Eclipse Marketplace
- Search for "jQuery"
- Choose JSDT jQuery 1.7.0 (or newer version when it arrives)
- Choose Install
- Confirm selected features (check that it is selected and click Confirm)
- Accept licence and press Confirm
- Restart Eclipse
回答5:
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
来源:https://stackoverflow.com/questions/17734967/installing-jsdt-jquery-plugin-in-eclipse-kepler-4-3