Install Eclipse plug in from maven? - eclipse

Perhaps I am misreading, but per:
http://maven.apache.org/plugins/maven-eclipse-plugin/install-plugins-mojo.html
and
http://docs.codehaus.org/display/MAVENUSER/Eclipse+Plugin
Or is this meant only for RCP applications and not for an actual Eclipse IDE?
Just curious...
Thx
Misha

Your second link Eclipse Plugin actually unpack an Eclipse IDE (the RCP edition).
So it is for any Eclipse IDE distribution like the ones listed in Helios packages.

Related

Will an old Eclipse RCP plugin work with Eclipse Che?

I am having very basic doubt about Eclipse Che. Can an old Eclipse plugin (developed for Eclipse 3.x) be deployed into Eclipse Che?
Can an old Eclipse plugin (developed for Eclipse 3.x) be deployed into Eclipse Che?
No. Eclipse Che is an entirely new code base that does not use Eclipse IDE Plug-ins. Neither for Eclipse 4.x for that matter.

Which eclipse do I need to install for Cocos2d-x v3.x?

I downloaded eclipse installer, and ran it.
There are so many versions of eclipse like
Eclipse for IDE for java developers,
for C/C++ developers
etc
Which one do I need to install?

Can I directly shift my project to Eclipse Luna from Eclipse Juno?

I am working on a project in eclipse Juno. And I see that Eclipse has a latest version as Luna.
Can I directly Shift my Juno Project to Luna.?
or
do I have to make some changes.?
This depends on how large your project is, and how many technologies it uses.
I did this for an enterprise project, and the steps were pretty straightforward:
Setup the Luna IDE (i.e. install all necessary software from update sites and such)
Copy-paste your Juno workspace (keep the old one)
Launch Luna IDE with pasted workspace. Check for any compile errors.
If all is okay, then switch JDK7 to JDK8, and change the workspace compiler to 1.8
I would suggest to import the project in a new workspace with Eclipse Luna, then try to install all the plugins you need and check the project setup so that everything works.
With this way you always can open the old working workspace with Eclipse Juno while you're doing the migration.

Install marketplace on Eclipse ide for java ee developers

How do I install marketplace on Eclipse ide for java ee developers? I'm using Eclipse Platform v3.3.2. I want marketplace to install Glassfish, Subversion and other tools.
If you look at the Marketplace Download page, you will see that the first version supported is Helios, Eclipse 3.6. So I don't think that the Marketplace could work with your installation Europe, Eclipse 3.3.2. You have to hunt for all the things you need in an older version, at least for Subversion you should find it.
The better option would be to update at least to Eclipse 3.7.

How can I upgrade from Eclipse Java SE version to Eclipse for Java EE via Eclipse?

I downloaded Eclipse plain Java version and now I realize that I need of Eclipse IDE for Java EE Developers distribution.
I'm new in Eclipse world and I would to know if it is possible (and how) to install Java EE plugins via Eclipse.
There is a thread in ServerFault that shows how to install the Java EE pluggins for Eclipse Java EE plugin for Eclipse IDE
Additionally you can:
Help -> Install new software.
Pick the Mars (or the version you have downloaded such as Luna, Kepler, etc) repository
At the bottom there are install options Java EE Development
To get all of the features of the Java EE edition of Eclipse, there are several packages that need to be installed. This page lists all of the packages that are included in the current Java EE version of Eclipse. If you want all of the features of the Eclipse for Java EE developers, go to Help --> Install New Software..., select the update site for your version (e.g. Kepler) from the dropdown menu, and select the checkbox for each item listed on the above page that is not already installed.
You'll probably find the 'getting started guides' here helpful.
You probably will need to download the plug-in. The easiest way to do this would be to:
go to Help -> Install new software.
Pick the Galileo(Change accordingly) repository
All the way at the bottom there are install options for 'Web, XML, and JaveEE Development
... also this is better suited for SO
follow this
Eclipse 3.3 or earlier, it is NOT possible to upgrade the Eclipse platform itself, only its features. So, you could for example upgrade the CVS feature or the PDE feature from 3.2.0 to 3.2.1, but not eclipse.exe itself.
and
Upgrading other features (like CDT, PDT, WTP...) can be done without the need to download a new platform binary, but because many projects align very closely (eg., the Eclipse 3.2 / Callisto or Eclipse 3.3 / Europa release trains) you will likely need to upgrade the Eclipse platform as well.