Changes between Version 6 and Version 7 of EclipseDevelopment
- Timestamp:
- Mar 7, 2013 1:45:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EclipseDevelopment
v6 v7 3 3 === How to download and install Eclipse === 4 4 5 Go to http://www.eclipse.org/downloads/and choose your operating system. If you are going to use web development, download ''Eclipse IDE for Java EE Developers''. If you are not going to use web development, download "Eclipse IDE for Java Developers". Both versions can be adapted to python by installing plugins.5 Go to [[http://www.eclipse.org/downloads/]] and choose your operating system. If you are going to use web development, download ''Eclipse IDE for Java EE Developers''. If you are not going to use web development, download "Eclipse IDE for Java Developers". Both versions can be adapted to python by installing plugins. 6 6 7 7 Eclipse doesn't require installation so unzip it in your system, go to the main folder and click on eclipse application. It's recommended to link it from the desktop to work more efficiently. … … 40 40 === Eclipse integrations === 41 41 42 Eclipse IDE working with Java and Apache Maven EclipseDevelopment/JavaMavenIntegration42 Eclipse IDE working with Java and Apache Maven [[EclipseDevelopment/JavaMavenIntegration]] 43 43 44 44 Eclipse IDE working with remote repositories (Subversion and git)