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
1
vote
3 answers

Limiting contributed extension point data between plugins

I have 2 eclipse plugins that I am building; let's call them plugin A and plugin B... Plugin A requires a license to run and Plugin B is free to the world. I have created an extension point in Plugin B to which Plugin A contributes (and in some…
El Guapo
  • 5,581
  • 7
  • 54
  • 82
1
vote
1 answer

Does Eclipse Ganymede have a mouse-click bug in the Navigator view?

I've had to downgrade from Galileo to Ganymede in order to use the version of the FlexBuilder plugin that we are licensed for. Since the downgrade, I have several times accidentally dragged files or entire folders from one part of my project into…
Brian Deacon
  • 21,384
  • 13
  • 39
  • 41
1
vote
2 answers

Eclipse 3.4 TextViewer

I am creating a plugin for Eclipse 3.4. I created a plug-in development project using the application with a view. Now I am trying to create a TextViewer the documentation says that it is located in org.eclipse.jface.text.TextViewer. But, this…
Josh Moore
  • 13,338
  • 15
  • 58
  • 74
1
vote
1 answer

Can we have Build Automatically option for ANT Build Scripts?

Eclipse IDE (3.4) contains an option to build the code automatically in the following tab Project ---> Build Automatically. When we select this option , we need not build the project manually. It happens Automatically. Actually I see this working…
user276137
  • 11
  • 1
1
vote
1 answer

"Install New Software" on Eclipse 3.4.2

For reasons beyond my control, one of the projects I inherited is stuck with Eclipse 3.4.2 (Ganymede) as its maintenance environment. I now need to install the JD-Eclipse plug-in but its instructions refer to a non-existent menu item on Eclipse…
Withheld
  • 4,603
  • 10
  • 45
  • 76
1
vote
1 answer

eclipse 3.4 can't start

Yesterday, I try to start eclipse 3.4 by click eclipse.exe (in eclipse folder), and run normally. Then yesterday night, I do windows update. Today, when I try to run eclipse 3.4, it has error. The error message you can find at here SCREENSHOT I use…
Jef
  • 869
  • 4
  • 13
  • 27
1
vote
1 answer

Web development plugins required but for specific Eclipse installation

I have to use Eclipse Ganymede 3.4.2. Please don't ask me to upgrade to another version. It is out of my hands. What should I install in order to use the visual editors for html,xml files and in general for web development?
Jim
  • 18,826
  • 34
  • 135
  • 254
0
votes
2 answers

Eclipse steps through comments on undo

When I undo a sequence of steps in a Java editor in Eclipse 3.4.2, the cursor skips over a bunch of comments unrelated to any change - only the method comments (eg. /**), not inline comments. Does this happen to anyone else? Any solutions to stop…
Damo
  • 11,410
  • 5
  • 57
  • 74
0
votes
2 answers

eclipse default jpa implementation library where to download?

In eclipse, the "default implementation library" what jars files do I need to include if I do not want to use server runtime? I'm refering to this tutorial…
cometta
  • 35,071
  • 77
  • 215
  • 324
0
votes
2 answers

Eclipse ganymede startup error

I have an eclipse installation on an windows 7 64 bit machine. Everytime I start the eclipse ganymede (by double clicking eclipse icon) I see this problem. ...See image... I see win32 in the image snapshot could this be a problem? I do not see any…
Ayusman
  • 8,509
  • 21
  • 79
  • 132
0
votes
2 answers

how to fix Eclipse losing reference to third party jar in project sets

Occasionally I see eclipse lose the reference to the third party jars contained in the a projects. (you get the the build path error stating the jar cannot be found) Its easy enough to fix as you can remove the jar, save the properties of the…
Craig Angus
  • 22,784
  • 18
  • 55
  • 63
0
votes
1 answer

Eclipse Data Source Explorer : SQL Scrapbook

Is it possible to open an SQL scrapbook with the Data Source Explorer in Eclipse 3.4+? I found this on how to open a SQL Scrapbook in Database Explorer which applys to eclipse 3.2+, but doesn't seem to be supported in the latest version.
emeraldjava
  • 10,894
  • 26
  • 97
  • 170
0
votes
1 answer

Eclipse JavaEditor extension: How to add a properly indented line?

What is needed? We are writing an extension to eclipse's JavaEditor. We need a way to add a line before and after the line the cursor is in. The cursor on the new line should be on the correct position (correctly indeted). Sample (# is the…
Johannes Weiss
  • 52,533
  • 16
  • 102
  • 136
0
votes
3 answers

The XML code runs properly, but junit fails with NoClassDefFound

I am upgrading my environment from eclipse 3.3.1 and java 1.4 to eclipse 3.4.1 and java 1.5. My unit tests are in jUnit 3. eclipse java version 1.5.0__17 stand alone env version 1.5.0__12, or 1.5.0-17, both work. I have a method on a class that…
Aaron
  • 874
  • 3
  • 17
  • 34
0
votes
1 answer

Can SonarLint be run on JDK 5,6, or 7?

I am trying to install SonarLint for Eclipse Ganymede (3.4.2) - and our project is very old, so we're using JDK 1.5 here. So is it possible to run SonarLint for JDK 5?