Alguém sabe qual a diferença dessas 2 versões do Eclipse?
Eclipse SDK x Plataform
1 Resposta
Eu dei uma lida no faq do eclipse :
http://www.eclipse.org/eclipse/faq/eclipse-faq.html#about_3
What is the Eclipse Platform?
The Eclipse Platform is an open extensible IDE for anything and yet nothing in particular. The Eclipse Platform provides building blocks and a foundation for constructing and running integrated software-development tools. The Eclipse Platform allows tool builders to independently develop tools that integrate with other people’s tools so seamlessly you can’t tell where one tool ends and another starts.
What is the Eclipse SDK?
The Eclipse SDK (software developer kit) is the consolidation of the components produced by the three Eclipse Project subprojects (Platform, JDT - Java development tools, and PDE - Plug-in development environment) into a single download.
Together these pieces provide a feature-rich development environment that allows the developer to efficiently create tools that integrate seamlessly into the Eclipse Platform.
Pelo que entendi, Plataform é o IDE em si … e o SDK é o IDE (Plataform) + ambiente de desenvolvimento para Java + ambiente de desenvolvimento de plugins…
Qdo vc instala o Plataform puro, vc vem somente com a base, onde serão instalados os plugins. Vem sem nem mesmo o suporte a desenvolvimento em Java. Vc tem que instalar o plugin para Java tb…