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
1
vote
1 answer

Eclipse Galileo 32 bit windows trying to run on 64 bit windows?

While trying to run eclipse it gives the above error. Whats the problem?
Ava
  • 5,783
  • 27
  • 58
  • 86
1
vote
2 answers

Can't start Eclipse 3.5.2?

I'm running Windows Vista x64, and I have JDK 1.6.0_21 (x64 version, I believe) installed. I recently downloaded Eclipse 3.5.2 because I want to do some Android development (apparently you can't use 3.6 yet due to bugs...), but I keep running into…
1
vote
0 answers

Why does my Maven build of Eclipse (Galileo) fail?

I am trying to build Galileo with Maven on Windows 10. The build being done at the DOS prompt not within Eclipse. The plugin requires org.mozilla.rhino but it fails download. Builds of all other versions Helios-Mars build perfectly ok In my parent…
ChrisLever
  • 11
  • 2
1
vote
1 answer

eclipse 3.5 filter .git folder

I'm using eclipse 3.5.2 and cannot seem to use "filter resources" to filter out .git folders in any of my projects for any of my perspectives: javascript, ruby, and php. I've tried adding the filter to plugin.xml as suggested on this blog but it is…
jpfuentes2
  • 2,085
  • 1
  • 18
  • 19
1
vote
1 answer

Eclipse Java EE - Galileo - Unable to view plugins

I am new to Eclipse so I am having a hard time troubleshooting this problem. I have a new installation of Eclipse Java EE - Galileo on Windows, and I am unable to see any changes made in the IDE after installing plugins. I have verified that the…
0xBrandon
  • 1,739
  • 3
  • 18
  • 21
1
vote
2 answers

Why eclipse + pydev print() output look strange with two strings?

hay all, I just did the following: a = input("give a word: ") b = input("give another word: ") c = a + " " + b print("result is", c) and get the output as follows: give a word: name give another word: word result is name word my question is why…
srisar
  • 1,495
  • 5
  • 18
  • 27
1
vote
2 answers

Horrible eclipse performance on macbook pro running 10.5.8

I am using eclipse galileo on my macbook pro. After a few minutes it starts dragging really badly, like it takes 8 seconds to open a file. I don't have many files open at all. I already modified the config file to increase ram and all that stuff. Is…
user246114
  • 50,223
  • 42
  • 112
  • 149
1
vote
1 answer

Vista-Eclipse (Galileo) CDT w/ MinGW and MinGW's GDB fails to output cerr output

I installed Eclipse and I can get g++ to compile the code correctly; however, when I start the debugger none of the "cerr >>" outputs are ever displayed in the Eclipse console. I tried to run GDB manually and it, too, does not display the cerr…
RJ K
  • 11
  • 1
1
vote
2 answers

Error getting SVN repo of Liferay in Eclipse

Im using Eclipse Galileo and have installed Subclipse. I looked at the svn repo url at http://www.liferay.com/web/brian.chan/blog/-/blogs/changes-to-anonymous-access-to-liferay-s-svn and then tried to get Liferay from their SVN repository in…
Tim
  • 51
  • 1
  • 1
  • 4
1
vote
1 answer

Eclipse Galileo does not deploy external jars into WEB-INF/lib directory

I created new web project testweb. By default default output folder is testweb\build\classes. Added some jars to build path. Then selected these jars in "Java EE Module Dependencies" in order to Eclipse put this jars into WEB-INF/lib during…
Volodymyr Bezuglyy
  • 16,295
  • 33
  • 103
  • 133
1
vote
2 answers

Eclipse + Perforce: Is it possible to avoid interrupting a build to check out a file?

This may be somewhat obscure but I've been happily using Eclipse + Perfoce/P4WSAD for over a year now and have thus far been unable to figure this out myself. I often start a build and let it run in the background while I continue to edit source…
Steve Vermeulen
  • 1,406
  • 1
  • 19
  • 25
1
vote
2 answers

How to create EJB 2.1 beans in Eclipse 3.5

I am not able to create EJB 2.1 beans using a wizard in the latest version of Eclipse. I only see options to create EJB 3.0 beans. I selected 2.1 as the 'EJB Module Version' while creating the "EJB Project". But now when I want to create a session…
Rahul
  • 12,886
  • 13
  • 57
  • 62
1
vote
6 answers

Starting up tomcat-6.0.20 from eclipse-3.5.0 (galileo) leads to the 404 error

Console dogs me. Can anybody help? The sad story starts like this. My OS is ubuntu-9.04. I installed tomcat-6.0.20 by extracting it from .tar.gz package and put it under the /usr/share/tomcat-6.020 directory. Then I started tomcat from console, and…
emanemos
  • 265
  • 2
  • 6
  • 14
1
vote
1 answer

Plugins working in Eclipse Indigo, not in galileo

I developed an eclipse plugins. When i created the project, i provide the eclipse version to be supported 3.2 and above. The plugin is working perfectly in indigo. But, not working in Galileo. plugins.xml
Shashi
  • 12,487
  • 17
  • 65
  • 111
1
vote
1 answer

CXF for Eclipse 3.5

I've Eclipse 3.5.2 and I've a web service, under Windows-> Preferences I can't see CXF, I know it's available in Eclipse 3.6 but is there any way to make it available in Eclipse 3.5? Perhaps by downloading the CXF jars or something? My goal is to…
K''
  • 5,020
  • 7
  • 33
  • 43