eclipse-indigo

Why is my updated Eclipse / Android setup not building my APK anymore?

社会主义新天地 提交于 2019-11-29 07:47:10
问题 I had a working Eclipse setup with 3.6.2 and SDK tools from version 11, and it has been building my main project just fine for quite a while. For a different project, I thought I needed to upgrade my SDK to the latest and greatest - at this point API 14 (ICS 4.0). I cannot even reconstruct the steps I went through, but what happened was that my project would seem to build, but I would see that it would say that it was skipping a post-compiler step, and at the end I would have no APK. I also

Difference between Deployment Assembly and J2EE Module Dependencies in Eclipse

对着背影说爱祢 提交于 2019-11-28 21:40:54
When using a Eclipse 3.7 Indigo for Java EE Developers, there is something called Deployment Assembly . I could find on google and understood that it is similar to the J2EE Module dependencies where in we could select the jar and which goes and sits in the EAR folder or in WEB-INF/lib in case of WAR. Now the doubt I have is, I have a JavaProject Dependencies . I have added all the dependent Jars via classpath variable. Now the Dependencies Project is added as dependency to my Web Project TestWebProject . The compilation of the Web Project is correct but during runtime I get an error because

Share / Export eclipse working sets

醉酒当歌 提交于 2019-11-28 21:08:28
I have created a couple of java working sets for a project in my workspace and want to share them with other people (using different workspaces). Is there a way to export them? Phil Rykoff download the AnyEdit addon: Description | Download page and then use the following work through: Via the menu bar: File > “Export…” Select “General” / “Working Sets” Click “Next >” Select the working set(s) you want to export and where you want to export the file. Click “Finish” to perform the export. VonC You can try and export (as in "copy to another people workspace metadata directory"): </path/to/

Cannot highlight all occurrences of a selected word in Eclipse

人盡茶涼 提交于 2019-11-28 17:20:52
I tried using the Toggle mark occurrences (Alt + Shift + O) button and also in Preferences -> General -> Editors -> Text Editor -> Annotations and setting the C/C++ Occurrences and C/C++ Write occurrences. But still when I select a word it won't highlight all occurrences of that specific word. What I am using is Eclipse Indigo Service Release 2 in XP, with a C++ project. You can try to activate Toggle Mark Occurrences with icon on Toolbar: Preferences --> Java --> Editor --> Mark Occurrences In General > Editors > Text Editors > Annotations Check out options that are checked in Preferences ->

Eclipse type hierarchy not always working

*爱你&永不变心* 提交于 2019-11-28 17:11:07
问题 When I want to see implementation of some interface through F4 (type hierarchy) or ctrl + t (quick hierarchy) or implementation of a method, I can't see it! Problem is, that it works in 90%, but I have few cases when interface and implementation are in same package and eclipse doesn't recognize it via type hierarchy. Any suggestions? Got Eclipse Indigo SR2. 回答1: I had this same problem and fixed it by deleting the Eclipse index cache files located in .metadata/.plugins/org.eclipse.jdt.core.

What the difference between Eclipse 3.7, 3.8 and 4.2?

≡放荡痞女 提交于 2019-11-28 05:19:21
Eclipse Indigo is 3.7, and Eclipse Juno is 4.2, but 3.8M1 has just been released. What's 3.8 and how is this different from 3.7? I'm eagerly awaiting Java 7 support and am confused whether I should use 3.8M1 or wait for 3.7.1 ...the feature and API set for the next feature release of the Eclipse SDK after 3.7, designated release 4.2 and code-named Juno. This release is occurring simultaneously with the 3.8 platform release. The 4.2 release is a mature platform release containing significant new feature work, while the 3.8 release focuses on stability and bug fixes. From: http://www.eclipse.org

An error occurred while collecting items to be installed (Access is denied)

倾然丶 夕夏残阳落幕 提交于 2019-11-28 04:38:14
I'm getting the error given below when I try to install the upgrade from Eclipse and it goes like half way and then throw the error. An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unable to write to repository: file:/C:/Program%20Files/eclipse/. C:\Program Files\eclipse\plugins\org.jboss.netty_3.2.4.Final-201112281337.jar (Access is denied) Kindly provide the solution. Thanks E-Riz On Windows 7, the Program Files directory is protected so apps can't

Cannot highlight all occurrences of a selected word in Eclipse

↘锁芯ラ 提交于 2019-11-27 20:06:32
问题 I tried using the Toggle mark occurrences (Alt + Shift + O) button and also in Preferences -> General -> Editors -> Text Editor -> Annotations and setting the C/C++ Occurrences and C/C++ Write occurrences. But still when I select a word it won't highlight all occurrences of that specific word. What I am using is Eclipse Indigo Service Release 2 in XP, with a C++ project. 回答1: You can try to activate Toggle Mark Occurrences with icon on Toolbar: 回答2: Preferences --> Java --> Editor --> Mark

Plugins won't install on Eclipse

守給你的承諾、 提交于 2019-11-27 19:19:29
I am trying to install subversive and checkstyle onto Eclipse IDE for Java Developers however the following message appears: "Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1316138460759 (SharedProfile_epp.package.java 1.0.0.1316138460759) Missing requirement: Shared profile 1.0.0.1316138460759 (SharedProfile_epp.package.java 1.0.0.1316138460759) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found" What does it mean? Is there another way to install them as I need both plugins

Classic error: Unable to update index for central|http://repo1.maven.org/maven2

最后都变了- 提交于 2019-11-27 19:03:40
I am facing a situation where my eclipse indigo is "Unable to update index for central|http://repo1.maven.org/maven2" . I am using an external Maven 3.0.3 installation and m2eclipse configured with Eclipse Indigo and I am definitely not behind any proxy. Also my networking configuration in eclipse is all set to direct and I am still unable to update the indices. What may I have overlooked? I have searched on Google and other forums but am unable to resolve it. From Wojtek's link. Close Eclipse Delete workspace_location/.metadata/.plugins/org.maven.ide.eclipse/nexus Delete workspace_location/