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
25
votes
2 answers

Maven/Tomcat Projects In Eclipse Indigo/3.7

I'm trying out the next version of Eclipse using the latest milestone build and I'm having an issue getting my Maven project deployed to Tomcat. Previously in Eclipse 3.6, my project was automatically enabled as a web project when checked out from…
Lee Theobald
  • 8,461
  • 12
  • 49
  • 58
25
votes
6 answers

Maven option is not found in Eclipse

I am in Eclipse Indigo and I have installed m2eclipse plugin. I saw in Eclipse Helios there is an option Maven in the right click menu, when I clicked on a Project, but this option is not present now. I have installed Maven from both of the…
Tapas Bose
  • 28,796
  • 74
  • 215
  • 331
24
votes
3 answers

Eclipse XSD editor

How do you launch or install the Eclipse XSD editor? According to this it seems it should work out-of-the-box. I created the XMLExamples project and when I open Catalogue.xsd Eclipse treats it as a text file. If I choose Open With > Other... there's…
hpique
  • 119,096
  • 131
  • 338
  • 476
22
votes
3 answers

How to run Eclipse Indigo on JDK 1.7 OSX

With the recently OSX JDK 7 ea release from Oracle. How to run Eclipse Indigo ? I get the following error msg: $ echo $JAVA_HOME /Library/Java/JavaVirtualMachines/JDK 1.7.0 Developer Preview.jdk/Contents/Home $ java -version openjdk version…
Olivier Refalo
  • 50,287
  • 22
  • 91
  • 122
20
votes
7 answers

can't install eclipse plugin "m2e connector for build-helper-maven-plugin 0.15.0.201109290002"

i just tried to move from helios to maven with my gwt 2.4 application. so i began to follow the steps here: http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven but on step 3 - installing the feature "m2e connector for…
dermoritz
  • 12,519
  • 25
  • 97
  • 185
18
votes
3 answers

Where is mvn.exe when using embedded maven 3 in eclipse indigo?

I'm using the Indigo Release of eclipse. When I check Window -> Preferences, Maven -> Installations, it confirms that it's using the Embedded (3.0.2/...) installation of Maven. I want to be able to run maven commands from the command line (Windows…
MrDrews
  • 2,139
  • 2
  • 22
  • 22
15
votes
1 answer

Eclipse - Downloading content.jar.. times out while installing plugins

I am using Eclipse Indigo (3.7) and facing issues while installing plugins onto it. Following are the steps I followed: 1. Add the download site 2. Select the plugin to be installed 3. Clicked on Next - Eclipse shows 'Calculating requirements and…
peakit
  • 28,597
  • 27
  • 63
  • 80
13
votes
2 answers

Strange Error in Eclipse Indigo

Has anyone ever seen this kinf of error in Eclipse Indigo? An internal error occurred during: "Label Job". Illegal class name "com/sun+jdi/DoubleType" in class file com/sun/jdi/DoubleType Version: Indigo Service Release 1 Build id:…
Aerox
  • 669
  • 1
  • 13
  • 28
12
votes
1 answer

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

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…
Andy Weinstein
  • 2,639
  • 3
  • 21
  • 32
12
votes
2 answers

How to use just one scala library for maven/eclipse/scala

I have configured a project to use scala/maven/Eclipse. Because I need a scala library on the build path and scalatest also uses its own scala library I receive this warning : More than one scala library found in the build path, all with …
blue-sky
  • 51,962
  • 152
  • 427
  • 752
11
votes
4 answers

eclipse java annotation processing

I want to do something using Annotation processing in eclipse jdt. Eclipse jdtapt help tells me I should configure things on the java/compiler/annotation processing preferences page. But on my installation (Indigo), the compiler section doesn't have…
Erwin Smout
  • 18,113
  • 4
  • 33
  • 52
11
votes
6 answers

Eclipse Indigo is unable to read repository (update sites)

First of all this question has been asked at least twice. I tried several approaches with no effect. Here's the problem: When I try to download/update plugins like EclEmma, Eclipse starts to communicate with the repository and that takes about 5…
Stefan Antal
  • 301
  • 2
  • 6
11
votes
3 answers

Eclipse Marketplace not showing up (missing) on 3.7 Indigo

I installed the Eclipse Marketplace via http://download.eclipse.org/mpc/indigo/ and Help>Install New Software... and it's not showing up under the help menu as expected after a complete reboot and I can't seem to find anyone else who is having this…
buddyp450
  • 528
  • 2
  • 10
  • 27
11
votes
2 answers

Programming for Android in a 100% C++ Environment?

I've been working on a game engine runtime environment in C++ for my future games, and have started to consider android as a platform. I noticed that it was tightly bound to Java and uses Java VMs heavily. But is it possible to sustain a full C++…
AutoBotAM
  • 1,485
  • 3
  • 18
  • 24
11
votes
3 answers

Eclipse does not return to the beginning of the file in Find/Replace

When I use Find/Replace in Eclipse (Helios Service Release 2), it does not find the words above my current location even it reaches to the end of file and I have to set Direction to Backward. I remember the eclipse (maybe indigo) was returning to…
Bob
  • 22,810
  • 38
  • 143
  • 225
1
2
3
26 27