Which version of eclipse should i download?
-
I'd like to learn struts2 with eclipse. Which version of eclipse should i download? My background is as a c# developer, so i don't really know much at all about java but i'm keen to learn. I'm looking on the eclipse site http://eclipse.org/downloads/ and i think what i want is one of these, but i'm not sure: Eclipse for Java EE developers Eclipse for Java developers Classic Eclipse I've done a bit of searching around, and most tutorials seem to assume you've already got everything installed. I'm starting with nothing here.
-
Answer:
Struts is a web framework built on top of JSP/Servlet API. Get Eclipse for Java EE. It ships with all plugins needed for web development, under each the great http://www.eclipse.org/webtools/ and several default appserver plugins. The normal Eclipse version lacks this. When starting a project, first integrate the appserver in your Eclipse environment through the Servers view (obviously you need to download and install the appserver in question in your platform first, then it's just a matter of pointing its installation path, I can recommend using http://tomcat.apache.org). Then create a Dynamic Web Project, pick the integrated appserver from the list and go ahead! :)
Chris at Stack Overflow Visit the source
Other answers
Eclipse for Java Developers is sufficient for your needs. The EE functionality isn't required to use Struts. I also recommend using Jetty for a web container and Maven for dependency management. Oh, and you should install the JDK first of course. Get the latest JDK 6 build. Not one of the bundles, just the JDK, which is listed below the bundles on this http://java.sun.com/javase/downloads/index.jsp
Jherico
I have found that the Eclipse JEE version is good for Web stuff. It knows about WAR files which you will need to actually run your struts code. The major hurdle is getting all the used libraries placed so they end up in WEB-INF/lib.
Thorbjørn Ravn Andersen
Related Q & A:
- How can i download yahoo messenger version 8 or other than version 9?Best solution by Yahoo! Answers
- How do I download the new version of MSN?Best solution by Yahoo! Answers
- Where can I download the OLD version of MSN?Best solution by Yahoo! Answers
- Can I download games for my PSP when its version is 5.50?Best solution by Yahoo! Answers
- Where can I download Rollercoaster Tycoon 2 full version?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.