Questions tagged [eclipse-3.5]

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

Eclipse 3.5 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 Galileo.

77 questions
10
votes
3 answers

Can Eclipse 3.5 discover all bundles in the plugins dir?

Simple usecase: assemble an Eclipse product using simple scripts, just dumping bundles into the plugins dir. This used to work with 3.3 - with 3.5 it's broken: my application doesn't start as the app plugin is not found. Question: what's the…
inger
  • 19,574
  • 9
  • 49
  • 54
9
votes
2 answers

Java's "clone()" method generator for Eclipse Galileo

What is the best tool for java's clone() method generation in Eclipse Galileo available from repositories? What is the reason, that prevents Eclipse developers from including this tool in standard release?
Denis
  • 1,130
  • 3
  • 17
  • 32
9
votes
2 answers

Is 'no breakpoints stop` finally solved in Eclipse PDT + Xdebug?

What is the current state of debugging PHP applications with Eclipse PDT and Xdebug. Has anyone got it finally to work, i.e. to stop at breakpoints defined in Eclipse (not using xdebug_break())? I've read this over two years old question, but it…
trejder
  • 17,148
  • 27
  • 124
  • 216
9
votes
3 answers

Difference between Deployment Assembly and J2EE Module Dependencies in Eclipse

When using a Eclipse 3.7 Indigo for Java EE Developers, there is something called Deployment Assembly . I could find on google and understood that it is similar to the J2EE Module dependencies where in we could select the jar and which goes and…
chaosguru
  • 1,933
  • 4
  • 30
  • 44
8
votes
3 answers

Upgrading from Eclipse Galileo to Helios

Whats the best way to upgrade from Galileo to Helios whilst still preserving my settings and plugins? Thanks
DD.
  • 21,498
  • 52
  • 157
  • 246
6
votes
2 answers

Eclipse and Windows 7

I have reinstalled my computer with Windows 7, and Eclipse 3.5.1 (Galileo). The weird thing is that I can not see any files that Eclipse produces. I can not find the workspace, can not find the files from the SVN after check out. It seems like…
special0ne
  • 6,063
  • 17
  • 67
  • 107
6
votes
4 answers

How do I install Jetty WTP Server Adapter for Eclipse 3.5?

Currently I am attempting to install the Jetty WTP Server Adapter for Eclipse 3.5 and get the following errors: An error occurred while collecting items to be installed session context…
Alex Argo
  • 8,920
  • 12
  • 43
  • 46
5
votes
2 answers

"This plug-in will make contributions to the UI" option - behavior and explanation

Does the option "This plug-in will make contributions to the UI" essentially get ignored if the previous option "Generate an activator, a Java class that controls the plug-in's life cycle" is NOT selected" ? alt text…
5
votes
5 answers

eclipse galileo not responding ubuntu 64-bit

I'm having a problem with eclipse galileo on ubuntu 64-bit system. when ever i open it the splash scree turns gray but keeps loading and then when eclipse opens it shows the secure storage password request and hangs. I dont know what could be wrong,…
Darth Plagueis
  • 910
  • 3
  • 21
  • 39
5
votes
3 answers

Eclipse rename not working completely

Ok I'm completely googled-out. I have a few java projects in my eclipse workspace (about 25).   Most projects use linked source folders. When I rename a class in Project1, the references to that class in the other projects are not updated. The…
daveb
  • 74,111
  • 6
  • 45
  • 51
4
votes
3 answers

Problems with clear case plugin eclipse

I have a following problems with eclipse, when I installed ClearCase plugin from this url http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/ : Has anyone experienced the similar problem? I'm using Windows 7…
ant
  • 22,634
  • 36
  • 132
  • 182
4
votes
3 answers

How to get Scala plugin and AJDT to be installed in same Eclipse

I get an error when trying to install both AJDT and Scala 2.7.5 plugin into Eclipse 3.5. I remember seeing a message at one point that there was a known problem with the two being installed, and the solution was to install a pre-release version of…
James Black
  • 41,583
  • 10
  • 86
  • 166
3
votes
3 answers

What is a good library for JSON serialization for Scala 2.8.1 for use in Eclipse

I have looked at https://github.com/debasishg/sjson and using EGit I was not able to import this code for Scala 2.8.1. Ideally, this seems to be the best library that should work, but when I loaded master it is currently empty. I am trying to use…
James Black
  • 41,583
  • 10
  • 86
  • 166
3
votes
2 answers

Turn off FreeMarker validation in Eclipse 3.5

I'm using Eclipse 3.5 with the FreeMarker template plugin, and it's showing me a syntax validation problem that I don't care to see. How do I turn this validation off, or possibly downgrade this template error to a warning? In previous versions of…
Jeff
  • 14,831
  • 15
  • 49
  • 59
2
votes
2 answers

Eclipse crash after opening .xml file

i am starting with android development i have created some sample application but when i am opening .xml file resides in res/layout/main.xml after that my eclipse crash and close. i even try "open with android layout editor" which also crashes…
Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47