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
0
votes
5 answers

Android SDK setup in eclipse

Which android sdk should be downloaded with eclipse galileo 3.5 version. and what ADT Plugin should be installed? i downloaded android sdk 1.6 and initially installed adt 0.7 plugin but it said adt needs to be updated. but now when im trying to…
Ash
  • 95
  • 2
  • 3
  • 11
0
votes
1 answer

Eclipse Galileo, Plugin Install

is this last week, I installed Eclipse IDE version 3.5 (helios) has since spent time setting up in my favor .. I needed to download some plugins, to be more specific the UML2Tools, and came across the following message 'File Transport Reader has…
user862010
0
votes
1 answer

Console window no longer appearing correctly

My console window is not longer baked into Eclipse. It appears as a seperate window which hovers over my any open project file windows. I don't know what I did to cause this. I've tried re-starting Eclispe, opening and closing the console…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
0
votes
1 answer

Add an extension location entry in Eclipse Galileo

I look in my menu entry for : add an extension location but I do not find I'm using Eclipse Galileo Thank you
Mercer
  • 9,736
  • 30
  • 105
  • 170
0
votes
1 answer

Is project import broken on Eclipse Helios?

Hi dunno if this question been asked before. Anyway I have an project setup on Eclipse Galileo at school, and wanted to move the project to my home computer so I can continue the work. The Eclipse version I'm using though is the latest one (Helios),…
starcorn
  • 8,261
  • 23
  • 83
  • 124
0
votes
0 answers

Eclipse running and compiling error

I have copied eclipse Galileo from a common sharing folder at work,they normally run with Java 6,I want to work with java 7 to do selenium tests,I have added java 7 jres in java build path,but It still compiles with Java6 so it gives me error as…
Saruman
  • 1
  • 2
0
votes
1 answer

How do I change the colour of the mouseover correction suggestions in Eclipse Galileo 3.5.2?

I have a big usability problem. The suggestions come up with a black background and mostly dark blue writing so it's really really hard to read. I can't find anything in Window-> Preferences -> Appearance that specifically mentions the correction…
0
votes
1 answer

Regarding eclipse galileo

I'm using eclipse galileo for developing some web application. But I want to get the eclipse installed on the server(assume some other pc or server machine) and I want to access it as a client and work as I was working before. Please suggest me what…
0
votes
1 answer

Is it possible to specify in Eclipse managed projects the path of a library independent of configuration

Within Properties/Settings/Tool Settings, one can specify a Library search path (-L). For a specific build configuration one can enter ${workspace_loc:/SomeLib/Debug} or ${workspace_loc:/SomeLib/Release} depending on the configuration. Is there a…
Keith M Smith
  • 133
  • 1
  • 6
0
votes
2 answers

Eclipse 3.5 "Delete getters and setters together with a field"

i've read in the eclipse help that it is possible to "Delete getters and setters together with a field". I somehow cannot manage to get it work. Does somebody use this feature and could give me a hint what i'm doing wrong? In the eclipse help file…
kukudas
  • 4,834
  • 5
  • 44
  • 65
0
votes
4 answers

How can I prevent a java 1.4 project from using 1.5/1.6 specific API?

Is there any way to restrict a java project configured with 1.4 compiler compliance level from using 1.5/1.6 specific API where the system is playing with 1.6 JRE? Setting only 1.4 compiler compliance level on my project does not warn me from using…
raatprohory
  • 101
  • 7
0
votes
0 answers

Eclipse Galileo Java import cannot be resolve

i imported project that alredy works using SVN in eclipse , i needed to gain knowledge about that one, but unfortunetly i can't even build it. Whenever i build it i get multiple errors that are caused by The import XXX.bl.* cannot be resolved…
lukaszrys
  • 1,656
  • 4
  • 19
  • 33
0
votes
1 answer

How to run with old version of Junit 4 in Eclipse (Galileo)

We need to run unit tests with an older version of JUnit4 (for arcane reasons). Eclipse has a choice between Junit3 and Junit4, but there is no way to add/change the Junit4 version. A temporary work around was to copy the junit plugin from Eclipse…
user189517
0
votes
4 answers

Is there a good Perl project plugin for Eclipse Galileo or NetBeans 6.7?

I tried to use Perl Editor and IDE for Eclipse, but I get failures on installation, and I haven't found anything for NetBeans other than a syntax highlighter (no way to execute or debug Perl from within the IDE and no way to make a Perl…
Thomas Owens
  • 114,398
  • 98
  • 311
  • 431
0
votes
1 answer

Problem with Eclipse plugin in Ubuntu

I am trying to install the m2eclipse plugin in Eclipse 3.5 on Ubuntu 9.04 Jaunty via the update manager and can't figure out this problem. After I downloaded and installed the plugin, I restarted Eclipse and checked the Preferences - no Maven there.…
moxn
  • 1,790
  • 1
  • 15
  • 34