Questions tagged [eclipse-3.4]

For issues relating to configuring or using Eclipse, version 3.4. Also known as Eclipse Ganymede. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Eclipse 3.4 is an open source integrated development environment (IDE) with a very large user base and ecosystem. It is primarily used for Java development, but can be used for any programming language. Also known as Eclipse Ganymede.

81 questions
3
votes
1 answer

How can I output execution display to console in Eclipse for remote C++?

I'm using Eclipse 3.4.1 with Hp/UX plugin for remote debugging of C/C++. It works very fine, except for one issue: whenever I compile my projects, the output display is Eclipse's console view, but when I run or debug any projects, the output window…
Paulo Guedes
  • 7,189
  • 5
  • 40
  • 60
3
votes
1 answer

In Eclipse Find/Replace-field can i alter the regexp-matched result $1?

I want to search and replace a lot of numbers in the range 0-9 and add one to them, so they become in the range 1-10 instead. for example: 0 3 5 would become: 1 4 6 In eclipse Find/Replace window I can match a number with ^([0-9]+)$ In the…
Geggamojja
  • 145
  • 1
  • 6
3
votes
3 answers

Eclipse: How to ensure jar in plugin is given priority over other versions elsewhere?

I am developing an eclipse plugin which contains a specific version of Lucene. I need to generate a search index and deploy it so that it can be read by another application which uses the same version of Lucene. I recently upgraded eclipse to 3.4…
paul
  • 13,312
  • 23
  • 81
  • 144
3
votes
2 answers

Getting error on opening excel file from eclipse

I am getting following error on Cannot create the in-place editor This is probably because there is no OLE editor registered against the type of file you were trying to open. Failed to create Ole Client. result = -2147417851 I have MS…
Ravisha
  • 3,261
  • 9
  • 39
  • 66
3
votes
5 answers

How can I reference ANT HOME from the libraries in the properties of a project when using eclipse?

In our code base we have a dependency on the ant version used in eclipse. In the the ant.jar has been set up as a library which the project uses This is a pain when moving versions of eclipse as the Ant plugin folder name changes (although I see it…
Craig Angus
  • 22,784
  • 18
  • 55
  • 63
3
votes
3 answers

Is the Open Source Jalopy Eclipse plugin compatible with Ganymede?

After much searching, I found the download for the eclipse version of jalopy. Is this compatible with Eclipse 3.4? It's dated 2006. I've copied the extracted folder to my plugins directory and run eclipse -clean, but I can't find anything matching…
tunaranch
  • 1,584
  • 1
  • 12
  • 17
2
votes
3 answers

Where has windows working sets gone in Eclipse 3.4

Where can I find the option to switch between the Windows Working Set in Eclipse 3.4 (Ganymede)? In the previous version it was under then Window menu, but it appears to have moved.
slashnick
  • 26,167
  • 10
  • 55
  • 67
2
votes
1 answer

To store and retrieve from sqlite file ( android programming )

I am using ganymade eclipse 3.4 IDE and android sdk for development . I am trying to store static database file with some values on it in sqlite format . How can I add this file into the IDE and fetch the data from that file and store it? Give me…
2
votes
3 answers

How to remove subversive action in Synchronize view?

I'm integrating Subversive 0.7.8 into an Eclipse Platform 3.4.2 RCP app. I want to remove (or disable) the SVN "Commit" action in the popup menu of the "Synchronize" view. How can I do ... ? Thank you for your help. JM.D
JM.D
  • 106
  • 5
2
votes
6 answers

How to stop Eclipse 3.4 losing reference to the JRE in projects

Sometimes when using eclipse it loses references to the JRE. i.e. It cannot find classes like Object or Arraylist. Some projects report a problem while others don't and they both use the same JRE. I have found that if you switch the installed JRE to…
Craig Angus
  • 22,784
  • 18
  • 55
  • 63
1
vote
3 answers

How do I install PDT 2.0 in Eclipse Ganymede?

I've been trying to install PDT in Eclipse 3.4 for a few hours now and I'm not having any success. I have a previous installation of the Eclipse for Java EE developers (my main deal) distro and I just want to add the PDT to my install so I can also…
Tim Visher
  • 12,786
  • 16
  • 58
  • 66
1
vote
2 answers

Development Environment Java 6, Maven 2.x, Eclipse 3.4.x, JBoss 5 and JBoss Seam

I have to organize a development environment where I can run Maven projects with JBoss Seam, IDE eclipse 3.4.x and deploying to JBoss 5. The projects that will run on this environment are based in Java 6, EJB3 and JSF1.2. The environment has to…
gege
  • 371
  • 1
  • 5
  • 13
1
vote
3 answers

Using Spring IDE in Eclipse 3.4

I'm using the Spring IDE plugin with Eclipse 3.4 (finally decided to upgrade), and I have several projects which use the Webflow integration that comes with the Spring IDE plugin. For some reason, I can't view anything having to do with Spring…
Alex Marshall
  • 10,162
  • 15
  • 72
  • 117
1
vote
2 answers

Clarification On And Resolution Of 'Java EE Module Dependencies'

I'm attempting to set up a web project's dependency on a utility project. My utility project is set up with the 'Utility Module' project facet and 'Java 5'. When I select 'Java EE Module Dependencies' in the properties of my web project, my…
Beez
  • 2,081
  • 1
  • 20
  • 23
1
vote
3 answers

Eclipse 3.4 package explorer question

is it possible to do something like this: Let's say I have a lot of projects in my package explorer. I want to make different views. For example a view for projects I don't use very often, my main things, common things. Basically i want to clean up…
kukudas
  • 4,834
  • 5
  • 44
  • 65