liferay plugin for eclipse version 4.3(kepler) - eclipse

I want to install liferay plugin in my eclipse version 4.3.
Is there any liferay-IDE update-site available for it?
my liferay version is liferay-portal-tomcat-6.1.2-ce-ga3
note:due to use liferay6.1 I needed to install java6 and remove java8 so I can not install newer versions of eclipse.

In Eclipse Marketplace search for liferay
Click on a search result
Click on the download icon (below the Install button)
Copy the update site URL, e. g. of the Tern Eclipse IDE (available also for Kepler): http://oss.opensagres.fr/tern.repository/1.2.0/
Note, you can install different Java versions, a new one to run the latest Eclipse IDE and Java 6 for your target application (see: Window > Preferences: Java > Installed JREs).

I just downloaded update-site 1.6.2 from https://sourceforge.net/projects/lportal/files/Liferay%20IDE/ and it did work!

Related

Why do I not have GlassFish option on eclipse?

I am trying to get GlassFish server working on my Eclipse Luna (with WTP installed).
However, I do not have a GlassFish Server option in the Download Additional Server Adapters there:
Also, when I try to download a Mojarra library for my JSF project, I don't have an option to install GlassFish either:
How should I install GlassFish server and tools on my Eclipse Luna?
You should install this plugin. Brought up by a simple google search of glassfish plugin eclipse luna
I was facing same problem and found below steps as the solution by installing pulgin..hope this will help:
install Oracle Enterprise Pack for Eclipse (OEPE) from eclipse market place which includes Glassfish support for eclipse.
And remember that when you are installing J2EE SDK you will get the Glassfish in it. you don't need it separately.
And eclipse required plugins to be installed for glasssfish.
Instructions for installing Plugins:
Open Help menu > select Eclipse Market Place.
Write OEPE in search box > select Oracle Enterprise Pack for Eclipse from the List and Press Install button.
After installing this plugins when you choose from server, GlassFish server option will automatically be in the list if you have installed J2ee jdk.
Change your jdk version to jdk8.. it worked for me when I upgraded to 8.

Howto use PMD plugin in Eclpise 4.3 running on Java 8

PDM brings xerces jar which is not compatible with java 8 - this has been reported here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=432118
This is the PMD plugin that I wouyld like to use: http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
Is there a way to install PMD in eclipse 4.3/4.4 on java 8?
https://sourceforge.net/p/pmd/bugs/1210/ shows current status of the fix (closed), and has the repository location to install the current snapshot version, and says the fix will be released in 4.0.4. I added the updatesite to my install locations and installed the snapshot (dated 7/29), now I have my PMD preferences/menus/perspective back in Luna 4.4 running JDK8. Thanks so much for the trunk tip.
This is a PMD bug - they have already fixed it in trunk, I've tested it and it works fine. The problem was, that it had transitive dependency to old xerces lib.
Had PMD plugin installation problem with Eclipse Luna 4.4.2 when I installed PMD directly from Eclipse marketplace.
To solve this,
I uninstalled the plugin and used the following link to choose 4.4 eclipse PMD plugin.
http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
It worked!
This is the Solution:
If you have previously installed a version of the PMD Eclipse plugin prior to November 2012, then you should remove/uninstall it first. To install the PMD for Eclipse plugin:
In Eclipse, click on Help -> Install New Software...
Click on Add..
Enter the following:
Name: PMD for Eclipse Update Site
URL: http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
and click OK.
You should see PMD for Eclipse 4. Select the checkbox next to it and click Next >.
You'll need to accept the license and confirm you want to install a plugin that is not digitally signed. Go ahead and install it anyway.
Restart eclipse

Maven for Eclipse 1.5.0 plugin cannot be installed under Kepler

I downloaded Eclipse Kepler and tried to install M2Eclipse from its update site.
After selecting Maven Integration for Eclipse, I clicked Next and got the following error:
Missing requirement: Maven Integration for Eclipse 1.5.0.20140606-0033 (org.eclipse.m2e.core 1.5.0.20140606-0033) requires 'bundle com.google.guava [14.0.1,16.0.0)' but it could not be found
So I searched through the internet to find out how to install the Guava Eclipse plugin. Some say it's from the Eclipse marketplace, but it cannot be downloaded. I downloaded the binary and tried to copy it to Eclipse's plugin directory. Still the same result.
cp ~/Downloads/guava-16.0.1.jar /Applications/eclipse/plugins/com.google.guava_16.0.1.v1234.jar
How do I install the m2e plugin for Kepler?
m2e 1.5.0 requires Eclipse Luna. It will not work with Kepler or Indigo. (thanks to #HDave for the link)
So you have to use an older version of m2e under Kepler.
During installation, uncheck "Show only the latest versions of available software". Then only check the 1.4.1 version or lower version in the candidate list. It doesn't require the Guava dependency.
Make sure you have the Luna repository in "Available Software Sites".
You can add it in : Help -> Install New Software...
Then in the "Work with" input, you type http://download.eclipse.org/releases/luna/ and press enter.
After that, you should be able to install m2e with http://download.eclipse.org/technology/m2e/releases/
You can find Guava 15 on Orbit project - "repository of bundled versions of third party libraries that are approved for use in one or more Eclipse projects". You can also directly add the Orbit project update site to your kepler installation and you'll be able to update m2e
What has helped me for Juno release is adding http://download.eclipse.org/technology/m2e/releases/1.3/ as plugin update site. The version of Maven for Eclipse was 1.3 instead of 1.5 but, for me, this differrence was less principal than the absence of extra dependencies and extra update sites, especially that of the newer version of IDE itself.
Do you necessarily need version 1.5 or 1.3 also should be good?
STEPS TO INSTALL MAVEN (in Eclipse):
Maven Eclipse plugin installation step by step:
Open Eclipse IDE
Click Help -> Install New Software...
Uncheck "Show only the latest versions of available software"
Click Add button at top right corner
At pop up: fill up Name as "M2Eclipse" and Location as"http://download.eclipse.org/technology/m2e/releases"
Check only one 1.4.1 Version.
Now click OK After that installation would be started.
http://download.eclipse.org/technology/m2e/releases
This URL does not work.
http://download.eclipse.org/technology/m2e/releases/1.3/
This one can work.

How to install Codepro plugin in Eclipse Kepler

Now I am using Eclipse Kepler Version: 3.9.1.201308190730, but i don't how to configure "CodePro AnalytiX" plugin in Eclipse Kepler. Is it possible to configure "CodePro AnalytiX" in my current Eclipse Kepler?
And is "CodePro AnalytiX" plugin the correct tool for testing code perfomance? Otherwise suggest any other tool for code testing.
-Open Eclipse Kepler
-Help -> install new software
-enter this URL:
http://dl.google.com/eclipse/inst/codepro/latest/3.6
-Enter
If you found any other good tool for persistance tests, please let me know :)
Enjoy!
All the url's specified in this page are no longer valid.
Eclipse version Installation instructions
Direct plugin link
Eclipse 4.6 (Neon) Plugin for Eclipse 4.6 (Neon) https://dl.google.com/eclipse/plugin/4.6
Eclipse 4.5 (Mars) Plugin for Eclipse 4.5 (Mars) https://dl.google.com/eclipse/plugin/4.5
Eclipse 4.4 (Luna) Plugin for Eclipse 4.4 (Luna) https://dl.google.com/eclipse/plugin/4.4
If you are looking for older versions of the plugin, click here.
If you are having trouble installing from the update sites (due to firewall issues, for instance), you can install the Google Plugin for Eclipse by downloading and installing an archive of the update site.
Yes Its compatible for eclipse version: Luna Service Release 2 (4.4.2)

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.