Indigo is the code name for Eclipse version 3.7 that was released on June 22, 2011.
0
votes
1answer
22 views
How to change Eclipse project explorer background color?
Can someone direct me to the preferences location for changing the color of the Project Explorer window in Eclipse Indigo?
1
vote
1answer
16 views
Eclipse not highlighting multiple occurrences of similar words and variables
I never had this issue with Eclipse before (Eclipse Classic 4.2.2, Indigo) but it started happening on my new iMac recently, that it stops highlighting similar occurrences or variable names, etc. Then ...
0
votes
2answers
144 views
How to execute Selenium Webdriver test as TestNG in eclipse
I'm using Selenium WebDriver with Java and TestNG as Test framework. I'm using Eclipse (eclipse-jee-indigo-SR2-win32) as IDE. I want to execute my test (java file) in eclipse as TestNG test.
For ...
-1
votes
2answers
82 views
Difference between “Eclipse indigo” and “Eclipse juno”
Currently I'm using Eclipse indigo for Selenium WebDriver automation tests with Java. There is also Eclipse juno available that I have never used.
What's the difference between Eclipse Indigo and ...
0
votes
0answers
29 views
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 ...
0
votes
1answer
53 views
Glassfish: java.net.BindException: No free port within range
Good evening, i'm facing a weird problem in glassfish 3.1.2, whenever i run my application(it doesn't run) and i looked at eclipse console, i found these strange exception:
SEVERE: doSelect ...
0
votes
1answer
135 views
How to add oauth2 package to Eclipse pydev?
I'm attempting to install the oauth2 package from https://pypi.python.org/pypi/oauth2/
This file is (oauth2-1.5.211.tar.gz) .tar.gz format but to add a new library to pydev I need to a .zip or .egg ...
0
votes
1answer
40 views
m2e plugin in eclipse indigo not working
1) Install eclipse with m2e
2) Install separately a current maven version (depending on what you need, Maven 2.2.x or Maven 3.0.x)
3) Configure your installed Maven inside Eclipse due to the ...
0
votes
0answers
16 views
Eclipse appearing as javaw.exe or Eclipse in process explorer
I've noticed that on some machines when Eclipse is running the process appears as 'javaw.exe' on other systems its 'Eclipse.exe' . Whats the difference between each of these processes and what decides ...
-4
votes
1answer
55 views
Which version of Scala Eclipse plugin should I use?
On the Scala download page two versions of Scala Eclipse plugina are offered, 2.10.x & 2.9.x :
http://scala-ide.org/download/current.html
Which version of Scala should I use for Eclipse ...
0
votes
0answers
10 views
Webcontent code modified from eclipse not updating
I have java source code of about 3000 classes & other web content (js, css, html). I imported the project in eclipse(indigo) and run the project on Tomcat6. After ant compile.complete.deploy, a ...
0
votes
0answers
36 views
Tomcat - requested resource not found
I just installed Eclipse indigo and added the tomcat server to it. Earlier when i started the tomcat server manually outside the IDE, i was able to browser the manager console etc., from ...
0
votes
0answers
31 views
eclipse call hierarchy incomplete
When I execute a call hierarchy (Eclipse Indigo) the results I receive are fewer than I know exist. Strange thing is this functionality seemed to be working only a few weeks ago.
When I run the ...
0
votes
1answer
143 views
Worklight Studio plug-in for Indigo in Windows 7
I cannot seem to get Worklight to install properly. I am using Windows 7 32 bit Operating System and a clean installation of Indigo(eclipse-jee-indigo-win32). When trying to install Worklight from ...
0
votes
0answers
14 views
Eclipse 3.7 Indigo does ignores Bundle-Classpath in my plugin
I develop a library, a CLI client and an Eclipse plugin using it. With Helios, there was no problem to do the following in MANIFEST.MF:
Bundle-ClassPath: ../Library-in-development/bin/,
.
Adding ...
0
votes
0answers
29 views
eclipse - how to deploy folder into tomcat war
I used to work with an old version of eclipse and tomcat several years ago. And I remember that there was a configuration option that said what folders will be deployed to tomcat war, besides the ...
0
votes
1answer
74 views
Set Enviroment Variable in Eclipse Indigo
I am trying to work on BB webworks in IBM Worklight. From IBM BB developement tutorial i knew that first is to install BB10 SDK and then set WEBWORKS_HOME Enviroment Variable with the SDK path. But i ...
1
vote
1answer
54 views
Redeploy application after jsf managed bean modification
Why is an application redeployment is needed for jsf managed bean modifications to take effect?
Development environment:
Eclipse Indigo.
JBoss as 7.
JBossAS Tools.
Further explanation:
If I ...
0
votes
0answers
14 views
Setting scope for “open element” dialog in Eclipse CDT
Is it possible to define a default scope for the "open element" dialog in eclipse CDT? I often have several revisions of the same project open in my workspace and I don't want "open elements" to ...
0
votes
1answer
72 views
Eclipse Juno : Where is the Hibernate Code Generation menu item?
In eclipse Indigo and below, there used to be a Code Generation menu:
I can't seem to find it in Eclipse Juno..
Where is it ? am I missing something ?
Thanks
2
votes
1answer
1k views
Eclipse setup for Hadoop development
I am using hadoop 1.0.3 version .
I tried configuring hadoop Eclipse Indigo.
But It failed to start dfs and showed error failed to login.
plz suggest me what is the problem in map/reduce?
edit : I ...
0
votes
2answers
38 views
Eclipse Juno subversive {root_prefix} label decorator does not work
Subversive {root_prefix} label decorator does not work in my Juno.
It worked fine in my Indigo.
Could anyone confirm {root_prefix} works in your Juno?
I really miss this feature to see whether I am ...
0
votes
1answer
124 views
Eclipse (Indigo) CVS no longer working after subclipse plugin install
I'm running Eclipse 3.7 (Indigo) and installed the Subclipse plugin a while back. Prior to that I know CVS was working properly. Since I installed Subclipse, I haven't really had the need for CVS. ...
0
votes
1answer
85 views
javah NullPointerException while using ANT in Eclipse Indigo
I'm using an ANT buildscript like so:
<project basedir="..">
<property name="src" location="src"/>
<property name="classes" location="classes" />
<property name="jnifiles" ...
0
votes
2answers
129 views
eclipse locks jar files
I have a maven project in eclipse indigo with m2e 1.2.0.20120903-1050 maven plugin. That project contains maven system dependencies and these jar files are checked into git repository.
That is all ...
0
votes
1answer
69 views
Eclipse suddenly closes Java file, and now refuses to recognize it as such
I've come across quite an odd problem with eclipse.
I was working on a project and I right clicked on a method call declared in another class and used Eclipse's handy find declaration in project ...
0
votes
0answers
40 views
Eclipse Android “emulator disconnected! Cancelling activity launch” error [duplicate]
As of late, I get this error a lot (come to think about, I get it more often than a successful launch) Here is what it looks like:
[2013-02-13 18:09:44 - appname] Android Launch!
[2013-02-13 ...
1
vote
1answer
108 views
eclipse indigo freezes every time while running app in device
Eclipse keep hanging every time when I run the application in device, I want to check the log messages so I could fix some application bug.
Note: I'm testing in HTC wildfire device.
System ...
0
votes
1answer
31 views
Can't start Eclipse IDE in my system
i have Eclipse indigo ide today i updated through eclipse market place a added SpringSource Tool Suite (STS) ide downloaded required files and asked like restart i restart the eclipse but it giving ...
0
votes
0answers
149 views
samsung smart tv sdk 4.0 page zoom and resolution options
I am using samsung smart tv sdk 4.0 with Indigo eclipse IDE.
In the samsung smart tv sdk 4.0 documentation they have mentioned that their are page zoom and page resolution options in the eclipse ...
1
vote
2answers
161 views
Runnable jar creation options in eclipse indigo
I was creating a runnable jar using eclipse indigo where I encountered two options:
Extract required libraries into generated jar
and
Package required libraries into generated jar
While the ...
1
vote
1answer
451 views
Eclipse 3.8 update site
Where I can find release update site for eclipse 3.8?
I need something like this but for 3.8:
Indigo - http://download.eclipse.org/releases/indigo/
Juno - http://download.eclipse.org/releases/juno/
...
0
votes
1answer
115 views
Standard plugin project of Eclipse Indigo 3.7 do not work on Aptana studio 3 (Windows platform)
As a developer,
I created a plugin project on Eclipse indigo 3.7 with the standard tamplate “Plugin with a view” by the wizard.
I export the plugin project to jar file by the standard export wizard.
...
1
vote
0answers
128 views
Eclipse: Files not showing in project explorer
There's a certain project I'm trying to open on Eclipse. But when I browse for the project's location and choose it, it loads and then gives me an empty project explorer. Why?
I don't know if this is ...
0
votes
1answer
144 views
Apache CXF 2.x option doesn't appear under Web Services in Eclipse Indigo
In Eclipse under Window > Preferences > Web Services, all the tutorials I've seen show an option for Apache CXF 2.x. From there, they add the runtime, etc. and start working on web services. My issue ...
5
votes
3answers
154 views
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 ...
-1
votes
1answer
138 views
Install ArgoUML into Eclipse Indigo throw an error [closed]
I was trying install ArgoUML into Eclipse Indigo, anyhow I hit this error during the installation and proceed, any clue to solve this problem?
Cannot complete the install because one or more required ...
3
votes
1answer
69 views
Disable “go to parent class” triangle in Eclipse
In Eclipse Indigo, there's this little triangle next to an overriding method in a Java editor that, when clicked, will take you to the overridden method definition. It just so happens to be right on ...
1
vote
0answers
166 views
Spring Tool Suit(STS) not being installed in Eclipse Indigo 3.7
I am installing STS in Eclipse Indigo 3.7, using http://dist.springsource.com/release/TOOLS/update/e3.7. I want want to install Core/Spring IDE only.
But I am getting an error:
Cannot complete the ...
0
votes
1answer
82 views
Plugins working in Eclipse Indigo, not in galileo
I developed an eclipse plugins. When i created the project, i provide the eclipse version to be supported 3.2 and above. The plugin is working perfectly in indigo. But, not working in Galileo.
...
1
vote
2answers
276 views
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 ...
2
votes
1answer
111 views
Advantage of using checkstyle rather than using Eclipse built in code formatter?
Is there any functional advantage of using checkstyle instead of Eclipse own code formatter? In either case, we would add some custom rules, but it would largely be based on Sun's java code ...
1
vote
1answer
137 views
How to deploy a Richfaces 4 application in Eclipse Indigo using JBoss 7 and Maven 3
I'm trying to deploy an application in Richfaces using Eclipse Indigo as an IDE and JBoss 7 as application server and Maven 3. But, CSS and JS are not working in this setup. Can any one here please ...
0
votes
0answers
61 views
Wrong tag names in JSF pages does not display warnings or errors on Eclipse editor
I'm working in a project migration to provide JSF 2.0 features. In this case, I'm using Eclipse Ingido as IDE and the JBoss Tools plugin. The project uses the JBoss Seam 2.3.0.Final with RichFaces ...
0
votes
1answer
87 views
Google Eclipse plugin warning for bad server classpath
I have installed the Google-Eclipse plugin to create a GWT/GAE app. I added the joda-time-2.1.jar for handling dates and times on the server-side. I did this by adding the JAR to a lib/ directory in ...
0
votes
1answer
100 views
Computer can't find 'AudioStream' when wanting to play background music for an app
So what I have tried to do is make my application play music in the background with a .wav music file.
I have this code but AudioStream can't be found under
sun.audio.*;
If any of you have worked ...
1
vote
1answer
141 views
Eclipse Mantis Error
When I try to add my Mantis-Repository (V1.2.12) to My Eclipse Juno with The Mantis Plugin (org.eclipse.mylyn_feature.feature.group, V3.8.2) my Eclipse shows this error:
Unable to load projects : ...
0
votes
0answers
242 views
Problems with Design view in WindowBuilder (Eclipse)
I've installed WindowBuilder in Eclipse. Trying to view the design view for my View class but I can't get it up. I've been trying to find it for hours. Can someone please assist me to how to get it ...
0
votes
1answer
338 views
Eclipse Run a project error - java hotspot(TM) 64-bit server VM -1.7.0_09 <> 1.5.0
I ran a project, an opensource project called Adempiere. It is an Opensource ERP System and am interested in using this ERP. I got the source, downloaded it with SVN in eclipse Indigo.
I ran the ...
0
votes
1answer
55 views
Where can I get a plug-in for the PHP syntax tooltip help for Eclipse Indigo?
I use Eclipse Indigo for my development because we use SVN to synchronize our files. I want to be able to get a tooltip of the syntax when I type a PHP function. So what plug-in should I add ?




