update-site

Eclipse updates not working

泄露秘密 提交于 2019-12-04 00:16:23
问题 I have installed Eclipse 3,6 on 64 bit Windows platform. When I try to connect to update sites by going to Help->install new software it gives following error: Unable to connect to repository http://download.eclipse.org/releases/galileo/content.xml Connection refused: connect I have tried all available sites - they all give me the same error. Dialog box shows: Provision exception . Any idea what's happening? 回答1: In Eclipse (go to Window > Preferences > General > Network connections). Select

ADT needs to update but find no update

感情迁移 提交于 2019-12-03 05:26:25
问题 Today I installed API8 from the SDK manager, previously I only had been working with API14. After the SDK manager was done, and upon restarting ADT I got this error: This android SDK requires Android Developer Toolkit version 21.1.0 and above. Current version is 21.0.1.2012-12-6-2-58. So I click to find updates but I get "no updates found". I did the following: Used the SDK manager to re-install android SDK tools (rev 21.1). Used the SDK manager to re-install API8 and API14. Still no go :(

ADT needs to update but find no update

☆樱花仙子☆ 提交于 2019-12-02 18:46:17
Today I installed API8 from the SDK manager, previously I only had been working with API14. After the SDK manager was done, and upon restarting ADT I got this error: This android SDK requires Android Developer Toolkit version 21.1.0 and above. Current version is 21.0.1.2012-12-6-2-58. So I click to find updates but I get "no updates found". I did the following: Used the SDK manager to re-install android SDK tools (rev 21.1). Used the SDK manager to re-install API8 and API14. Still no go :( I had the same issue. Please try the following in eclipse Help --> Install new software Then choose

Command line to find units in a p2 repository using p2 query language

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-01 00:00:20
p2 has a query language that allows to run queries on the content of a p2 repository. However all examples in the documentation assume that the query language is used from within Java, e.g. IQuery<IInstallableUnit> q = QueryUtil.createMatchQuery("this.id == $0", id); metadataRepository.query(q); How can I execute a query from the command line (without writing my own Java application)? The p2 director application has an option to list or query the content of the given p2 repositories. With -list you'd get all units, and with -list Q:<p2 QL collection query> you can query for a subset. The

How to find out which feature contains a needed plug-in on an Eclipse download site

北城余情 提交于 2019-11-27 17:37:22
When developing an RCP application against a target platform, I ( and others ) often come across dependencies which need to be added from the Eclipse releases software site. Whenever a plug-in is included in my IDE, but not in my target platform, and I try to run the application from the product definition I get a warning screen, informing me that such and such bundle cannot be resolved. "No problem, just add the feature containing the plug-in from the Eclipse download site to the target platform, and add the needed plug-in to the Plug-in Project / Feature Project, whathaveyou...." But, AFAIK,

How to find out which feature contains a needed plug-in on an Eclipse download site

岁酱吖の 提交于 2019-11-27 04:13:54
问题 When developing an RCP application against a target platform, I (and others) often come across dependencies which need to be added from the Eclipse releases software site. Whenever a plug-in is included in my IDE, but not in my target platform, and I try to run the application from the product definition I get a warning screen, informing me that such and such bundle cannot be resolved. "No problem, just add the feature containing the plug-in from the Eclipse download site to the target