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

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. Then I want test it on Aptana studio 3 ( Windows…
0
votes
1 answer

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 with Eclipse IDE, how would you be able to find…
KeirDavis
  • 665
  • 2
  • 10
  • 32
0
votes
1 answer

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 ?
pheromix
  • 18,213
  • 29
  • 88
  • 158
0
votes
0 answers

Eclipse Indigo not running project after installing Lombok

I've recently installed Lombok (version 0.11.0) into my Eclipse Indigo installation and now all of my projects in Eclipse no longer launch, both from Run and Debug. The error I am getting is the following when I try and run a project Usage: javaw…
Ocracoke
  • 1,718
  • 3
  • 24
  • 38
0
votes
1 answer

Eclipse Indigo with Closure

I installed correctly the plugin for CLOSURE, i followed the steps from here http://www.normalesup.org/~simonet/soft/ow/eclipse-closure-javascript.en.html and then when i try to do the first simple example helloword ->…
0
votes
1 answer

Windows 7 Eclipse Indigo Android NDK error LOCAL_SRC_FILES points to a missing file

I have setup android ndk and tested it using the samples in the ndk folder. I think my error is something to-do with the paths but I am not sure how to fix it. I think my problem is similar to this question LOCAL_SRC_FILES points to a missing file…
alex
  • 398
  • 1
  • 6
  • 24
0
votes
1 answer

Problems installing AppEngine plugin in Eclipse 3.7, on Mountain Lion

I've been trying to install the Appengine plugin for eclipse 3.7 Indigo, and I am getting an error which reads: Cannot complete the install because one or more required items could not be found. Software being installed: Google Web Toolkit SDK…
Denim Vallorosi
  • 147
  • 1
  • 1
  • 7
0
votes
1 answer

Can't install glassfish server -EJB 3.1- on eclipse Indigo

I am facing problem with server adapter of glassfish. Whenever I download the adapter I can't use it as I cannot see it in the wizard. I download it using "download additional server adapter", but even when it is successfully downloaded, I still…
user1021743
  • 477
  • 4
  • 16
0
votes
2 answers

Error while running a servlet (apache tomcat cannot find .properties file)

Any other servlet is running fine on eclipse-apache/tomcat integration. But when I add a properties file in one of the classes, i get this error- HTTP Status 500 - type Exception report MessageDescription: The server encountered an internal error…
kaustav datta
  • 687
  • 2
  • 11
  • 31
0
votes
2 answers

eclipse debug remote web application

I have a struts2 web application developed in eclipse IDE and exported it as war file and deployed it in tomcat7 installed in windows server. Now I need to debug this deployed web application in eclipse inside my local system. How to bring…
0
votes
2 answers

Eclipse 3.7 Unresolved Gradle Dependency errors

Eclipse info., Version: Indigo Service Release 2 Build id: 20120216-1857 And here's a link to the resulting "Problems" view tab. And I've tried refreshing the Gradle Dependencies, but it's not resolving the errors. And I have JavaFX 2.1…
user1329572
  • 6,176
  • 5
  • 29
  • 39
0
votes
1 answer

Configuring Mojarra 2.1.X on Eclipse Indigo

The User Library download from Properties/Project Facets/Java Server Faces only lists Apache and Mojarra 2.0.X options. And setting up a user library manually, if I add javax.faces-2.1.11.jar, it doesn't error, puts the jar in the entry, then says…
0
votes
1 answer

How create a remote glassfish server

Hi folks I want to create a remote glassfish server.I mean to say that I want glassfish server on a single machine and its remote client connect to it and use it and compile/develop their code from that server machine because i don't want to install…
khan
  • 2,664
  • 8
  • 38
  • 64
0
votes
1 answer

eclipse juno error on importing a eclipse indigo project

Hi folks When I import a project created in eclipse indigo into eclipse juno then my servlet classes are not recognized by eclipse juno and it shows error on all servlet classes like HTTPServlet etc.What can I do now? But when I am creating a new…
khan
  • 2,664
  • 8
  • 38
  • 64
0
votes
1 answer

Error thrown when try to add project to tomcat

I created a maven project but when I try to add it to my server I receive this error : I converted the project to a 'Dynamic Web Project' by updating its facet. Is there something else I missed ?
blue-sky
  • 51,962
  • 152
  • 427
  • 752