Questions tagged [eclipse-europa]

Europa is the code name for Eclipse version 3.3 which was released on June 30, 2007.

11 questions
173
votes
7 answers

Difference between Eclipse Europa, Helios, Galileo

What is the difference between versions of Eclipse (Europa, Helios, Galileo)? Which is the best for desktop application?
Ballon
  • 6,882
  • 18
  • 49
  • 63
4
votes
1 answer

What Eclipse plugin is available for integrating Tomcat 7?

What Eclipse plugin is available for integrating Tomcat 7 in its IDE?
sushil bharwani
  • 29,685
  • 30
  • 94
  • 128
2
votes
4 answers

m2eclipse eclipse europa 3.3.2 installation error

I was trying to install m2eclipse in eclipse europa and encountered the following error. Kindly advise what needs to be done to install m2eclipse plugin in eclipse europa Network connection problems encountered during search. Unable to access…
coolguy
  • 113
  • 5
  • 10
1
vote
1 answer

Eclipse europa not working at first launch

I was setting up eclipse europa. It is not working and I am not familiar with this. When I run the eclipse.exe file it shows me the above error. Since I couldn't copy and paste the error, I just took a screen shot of it (you can zoom and see the…
matiman
  • 417
  • 2
  • 8
  • 15
1
vote
1 answer

Difference between Indigo and Europa versions of Eclipse for Java EE

I would like to know the difference between the Eclipse Europa and Indigo versions for Java EE. Could anyone please tell me?
Anu
  • 161
  • 2
  • 3
  • 11
1
vote
1 answer

How do I configure proxy settings in eclipse europa?

Hi I want to install plugins in Eclipse Europa.. but I get an error that the url was not parsed..premature end of file.I also tried to change the web browser but same error occurred again..how can I change the proxy setting in its internal…
garima
  • 5,154
  • 11
  • 46
  • 77
0
votes
1 answer

how different is Europa from Eclipse-Galileo-MTJ?

Hi All I am doing my coding in J2ME (MIDlets)... can you guys tell me which platform should I choose... eclipse Europa or Eclipse-Galileo-MTJ .. which is better and Why?
garima
  • 5,154
  • 11
  • 46
  • 77
0
votes
0 answers

install maven plugin in Eclipse Europaa 3.2.0

I am working on web objects project that uses a very old framework and our project is compatible in Eclipse Europa series only and now I want to run our project using maven instead of ANT builder tool. I run the project using maven via command…
Samdani
  • 11
  • 4
0
votes
1 answer

Error instantiating servlet class in Eclipse Europa?

First.java : this is my first java class package com; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServlet; import…
saikiran
  • 2,247
  • 5
  • 27
  • 42
0
votes
1 answer

Spring framework

I want to learn SPRING framework (JAVA). I know core java, servlets, JSP, JDBC. Now, i want to learn SPRING framework. Can anyone guide me, like from where to start etc. I have no idea about SPRING framework and i do not even where to execute this…
Phanindar
  • 119
  • 1
  • 2
  • 8
0
votes
1 answer

MaximizePartAction class in not there in package org.eclipse.ui.internal of eclipse indigo

we implemented a Plugin project in Eclipse Europa(3.3).Now we are porting it to Eclipse Indigo(3.7).So the Problem is "MaximizePartAction" class present in "org.eclipse.ui.internal" Package of Eclipse Europa 3.3 is not there in same package of…