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
0
votes
1 answer

Eclipse Indigo SR2 plugin issues

I have downloaded the latest Eclipse Indigo SR2 (Eclipse for Java EE developers). I have also included JBoss Tools 3.3. for Eclipse Indigo SR2, and restared Eclipse. My problem is that I cannot see anywhere where to add JBoss 7 Runtime Server. How…
Buhake Sindi
  • 87,898
  • 29
  • 167
  • 228
0
votes
1 answer

Eclipse RCP - implementing extension point. Where to evaluate?

I'm implementing an extension with an own extension-point in Eclipse 3.7 Indigo. I found a way to get all plugins, which will contribute functionality to my extension-point. This is described here Question: Where should the evaluation of the…
Skip
  • 6,240
  • 11
  • 67
  • 117
0
votes
2 answers

Is Developer studio (2.0.0) stable on Eclipse Indigo

Is the latest release of developer studio (2.0.0) stable on Eclipse Indigo SR2 ? is Indigo supported with developer studio ?
Shiv
  • 521
  • 2
  • 11
  • 27
0
votes
1 answer

Starting Tomcat in Eclipse Indigo WTP works fine until timeout shuts in down again

After deploying/starting/stopping my Tomcat 7 server with Eclipse Indigo WTP perfectly well for weeks now, I've suddenly run into a problem whereby the Eclipse editor shuts down my server because it thinks it wasn't able to start it properly when in…
chrisjleu
  • 4,329
  • 7
  • 42
  • 55
0
votes
1 answer

Installing egit on eclipse indigo

Installing egit on indigo im given following options : I've just checked 'Eclipse Egit' but should I be installing the other two unchecked features ? What are they used for ?
blue-sky
  • 51,962
  • 152
  • 427
  • 752
0
votes
1 answer

Eclipse crashes when closing a project

I am using eclipse indigo in ubuntu 11.10 My java is java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode) I have two project open in my eclipse and it crashes…
Anirudhan J
  • 2,072
  • 6
  • 27
  • 45
0
votes
2 answers

Eclipse startup error : JRE/JDK must be available

Downloaded latest eclipse for Java EE Opened... error .. opening...JRE/JDK must be available for running eclipse.. Unlike normal my java is installed in G:/ Do I have to make any changes to ecplise.ini in -vm tag ? Like adding java jdk bin path…
Anuj Kulkarni
  • 2,261
  • 5
  • 32
  • 42
0
votes
1 answer

Eclipse Indigo Release on Ubuntu 11.04 - (Natty Narwhal) using client JVM

Configuration details: IDE: Eclipse Indigo Java EE IDE for Web Developers. OS: Ubuntu Linux 11.04 Java: java version "1.6.0_30" Java(TM) SE Runtime Environment (build 1.6.0_30-b12) Java HotSpot(TM) Server VM (build 20.5-b03, mixed mode) When I use…
RRM
  • 2,495
  • 29
  • 46
0
votes
1 answer

eclipse indigo major bug

I have been using Eclipse forever, but only today I upgraded to Indigo. Using Eclipse Indigo on Mac 10.6 * Files won't update after editing them and saving them. If I add blank lines and then save, then if I start debugging, the debugger will go…
Martin Klosi
  • 3,098
  • 4
  • 32
  • 39
0
votes
2 answers

JBoss&Hibernate

I'm using JBoss AS 7.1 and Hibernate in Eclipse 3.7.2 to build a Dynamic Web Project using Java and JSP. All of the proper JAR files are in the WAR (I checked), but I'm getting this error: java.lang.ClassNotFoundException:…
Ethan Reesor
  • 2,090
  • 1
  • 23
  • 40
0
votes
1 answer

Eclipse error - while creating backup for 'project-desc'

When I try to create a new Java project in eclipse indigo on Windows 7 I get the following error with a JDK 1.6: An error occurred while creating project. Check log for details. Reason: Problem while creating backup for 'project-desc' The system…
hawkeye
  • 34,745
  • 30
  • 150
  • 304
0
votes
0 answers

Configuring Hibernate in Eclipse Indigo

I am working on a web based project. When I startup my tomcat server it redirects to an Login HTML page. On click of a login link a JSP Page is called. All the validation is done in the JSP page. Here Hibernate is used to interact with the…
0
votes
2 answers

where can i find java element filters dialog?

Where is the java element filters dialog in eclipse? I can't find it. Thank you very much.
Jjreina
  • 2,633
  • 6
  • 33
  • 54
0
votes
1 answer

how to auto generate eclipse-indigo method block comment?

i want to generate block comment using eclipse-Indigo like this. I'm C++ programmer. /** * * @param bar * @return */ int foo(int bar); how can i do like this.
user881703
  • 1,111
  • 3
  • 19
  • 38
0
votes
1 answer

Can't launch JBoss7 from Eclipse Indigo

I can't figure out where I am going wrong. I have Eclipse Indigo, JBoss 7.1, JBoss Tools installed. I have this configuration working on my Windows7 64-bit system. I am attempting to set up a co-worker's Windows XP 32-bit machine with the same…
SteveS
  • 1,008
  • 3
  • 18
  • 32