Questions tagged [eclipse-indigo]

Indigo is the code name for Eclipse version 3.7 that was released on June 22, 2011. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

For more information visit the official Indigo Project.

397 questions
166
votes
2 answers

Combining multiple @SuppressWarnings annotations - Eclipse Indigo

So the issue is being able to combine multple warning suppressions so that each item doesn't need its own @SuppressWarnings annotation. So for example: public class Example public Example() { GO go = new GO(); // unused .... …
knownasilya
  • 5,998
  • 4
  • 36
  • 59
145
votes
33 answers

Eclipse executable launcher error: Unable to locate companion shared library

I had Eclipse Indigo installed on my computer with the Android plugin and it was working perfectly for about two weeks. Today, I updated java and quicktime then restarted my computer. When it booted back up, eclipse had completely vanished - all the…
Cbas
  • 6,003
  • 11
  • 56
  • 87
115
votes
14 answers

Cannot highlight all occurrences of a selected word in Eclipse

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…
Adrian
  • 19,440
  • 34
  • 112
  • 219
70
votes
10 answers

Eclipse 3.7 (Indigo) + Tomcat7 --- Cannot create a server using the selected type

Setup: Eclipse 3.7 + the WEB tools from the indigo update site Tomcat7 Ubuntu Problem: When I try to add a new Tomcat 7 server in the server perspective in Eclipse I get the following error: "Cannot create a server using the selected type" How…
user1031946
  • 701
  • 1
  • 5
  • 3
58
votes
2 answers

What is the difference between Eclipse 3.7 and Eclipse 4.1?

I see there are two main distributions of Eclipse going on - One is on 3.6, 3.7, 3.8 path and the other is 4.0, 4.1 path(http://www.eclipse.org/e4/). I don't have clarity on what is the difference between these two distributions?
Manish
  • 3,913
  • 2
  • 29
  • 45
55
votes
12 answers

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

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,…
Nick Kahn
  • 19,652
  • 91
  • 275
  • 406
50
votes
3 answers

How to fully remove subversive plugin

I've installed Subversive and want to switch to the Subclipse plugin. After uninstalling Subversive via About Eclipse -> Installation Details -> Uninstall... and installing Subclipse, there are now two SVN options available in Preferences -> Team,…
Markus Pscheidt
  • 6,853
  • 5
  • 55
  • 76
49
votes
4 answers

How can I change @author tag configuration in eclipse in such a way that it takes the name I have specified?

I'm using Eclipse Indigo for Java. I used to write comments over the methods. In that whenever I use @author tag, it automatically takes the username of the system who is currently logged in. My question is : How can I change this @author tag…
RAS
  • 8,100
  • 16
  • 64
  • 86
37
votes
4 answers

Where is "create project from existing source" in eclipse Indigo?

I cannot find "create project from existing source" in Eclipse Indigo while I am trying to create a "java project". When I select Java project and then next window comes up with options- User default location, JRE, Project layout, and Working…
Morison
  • 1,145
  • 3
  • 18
  • 35
34
votes
2 answers

Hide unit tests from Call Hierarchy

In the "Call Hierarchy" View, it shows all methods calling a selected method. I'd like to be able to filter out everything in src/test/java so I can see what actual code is calling, instead of 100 Unit test methods. I tried adding a name filter on…
RLZaleski
  • 616
  • 6
  • 17
33
votes
9 answers

Plugins won't install on Eclipse

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…
user977100
  • 331
  • 1
  • 3
  • 6
33
votes
4 answers

Share / Export eclipse working sets

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?
Mark Pope
  • 11,244
  • 10
  • 49
  • 59
30
votes
5 answers

What the difference between Eclipse 3.7, 3.8 and 4.2?

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
Jason S
  • 184,598
  • 164
  • 608
  • 970
30
votes
3 answers

Eclipse type hierarchy not always working

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…
Slimer
  • 1,123
  • 2
  • 10
  • 22
27
votes
4 answers

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

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…
alphabytes
  • 371
  • 1
  • 3
  • 5
1
2 3
26 27