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
10
votes
9 answers

Eclipse Indigo Android ADT - install OK, no "Android" option in Preferences and New Project

I have Eclipse (Indigo Service Release 1, Build id: 20110916-0149) running on Win XP. I've added https://dl-ssl.google.com/android/eclipse/ and installed 4 plugins, including ADT, and restarted Eclipse. Installed software list shows Android plugins…
Pavel
  • 101
  • 1
  • 1
  • 5
10
votes
5 answers

Can anyone get the new marketplace drag n' drop to work with Eclipse Indigo?

I am on a new mac and cannot get eclipse to install marketplace plugins by dragging n' dropping them onto eclipse. I have tried using both Safari and Firefox, but neither of them work. Is there a certain place/section they have to be dropped to, or…
chris
  • 4,332
  • 5
  • 41
  • 61
10
votes
1 answer

Tomcat 7 in Eclipse Indigo: Tomcat failing to start

I am trying to run a war file via Tomcat in Eclipse. But, when I am trying to run it, I am getting the following error in Server console: Aug 2, 2013 4:06:58 AM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with…
kajarigd
  • 1,299
  • 3
  • 28
  • 46
10
votes
4 answers

Search file in only one project in Eclipse

Is there a way how to search a file or class (I mean by Ctrl + Shift + T or R) only in some particular project and not in all workspace?I have Eclipse Indigo.
Petr Mensik
  • 26,874
  • 17
  • 90
  • 115
9
votes
3 answers

Syntax error , insert "EnumBody" to complete EnumDeclaration

I was in middle of coding and accidentally put the following line of code at the part of class where we declare instance variables. but i checked and it gives the same error anywhere by anywhere i mean : inside a static block, inside constructor,…
Mukul Goel
  • 8,387
  • 6
  • 37
  • 77
9
votes
3 answers

Difference between Deployment Assembly and J2EE Module Dependencies in Eclipse

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…
chaosguru
  • 1,933
  • 4
  • 30
  • 44
8
votes
2 answers

No types in Eclipse Indigo's "New server" window

I want to set up a new JBoss Server in Eclipse Indigo. But unfortunately there are no types in the "New server" window for me to choose from. Clicking "Download additional server adapters" also doesn't help, since the JBoss server can't be found…
user321068
8
votes
1 answer

initializationError with Eclipse and JUNIT4 when executing a single test

My test class is this one: /** * The Class TestAddSubscriber. */ @RunWith(LabelledParameterized.class) public class TestAddSubscriber extends AbstractTestSubscriber { /** * Instantiates a new test add…
dierre
  • 7,140
  • 12
  • 75
  • 120
8
votes
4 answers

Lua Editor for Corona SDK (Eclipse Indigo Plugin)

Can anyone suggest a good editor to use with Lua scripting specifically for the Corona SDK or aid me with an error I'm having trying to install the eclipse plugin. I would like to use Eclipse Indigo (64bit) preferably but I've had problems with the…
SmashCode
  • 4,227
  • 8
  • 38
  • 56
7
votes
2 answers

JD-Eclipse(0.1.3) does not work in Eclipse 3.7 - Indigo on windows 7 64 bit

On my pc I cannot get jd-eclipse working , when I click on a class file I just get the standard class file editor saying source not found - I have checked the eclipse error logs and there is nothing!. My environment is Win7 64 bits, jdk-1.7.0,…
Ian James Fessey
  • 71
  • 1
  • 1
  • 3
7
votes
1 answer

Eclipse build project "setting classpath containers" taking lot of time

I am facing strange problem with my Eclipse Indigo. I have one maven project and I wanted to run some JUnit test cases for some classes. Whenever I try to run the test, eclipse hangs at 35% and text below that progress bar says that it is setting…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
7
votes
3 answers

Difference between "Eclipse Indigo" and "Eclipse Juno"

Currently I'm using Eclipse Indigo (v3.7) for Selenium WebDriver automation tests with Java. There is also Eclipse Juno (v3.8 - 4.2) available that I have never used. What's the difference between Eclipse Indigo and Eclipse Juno?
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
7
votes
3 answers

Error: Android source build in eclipse

While trying to add android source to eclipse, I am getting the following errors. Project 'android' is missing required library: 'out/target/common/obj/JAVA_LIBRARIES/gsf-client_intermediates/javalib.jar' Project 'android' is missing required…
Morison
  • 1,145
  • 3
  • 18
  • 35
6
votes
3 answers

Getting 'An internal error occurred during: "Compacting resource model".' when building a project in eclipse indigo

I am getting the following error when building a project in eclipse indigo: An internal error occurred during: "Compacting resource model". Java heap. Is this a memory problem? Is it possible to compile a single package in eclipse (like similar…
Harke
  • 1,279
  • 4
  • 25
  • 30
6
votes
2 answers

Eclipse Indigo PDT does not underline syntax errors

I installed Eclipse SDK Indigo and then followed the following instructions to install PDT on it: This is the original solution posted by ben-k link to the topic: Eclipse indigo PDT 3.0 gotcha download "Eclipse Classic" unzip/install to a new…
1 2
3
26 27