Questions tagged [liferay-ide]

Liferay IDE is the official set of Eclipse plug-ins supporting development for the Liferay Portal application platform.

Liferay IDE is the official set of Eclipse plug-ins supporting development for the Liferay Portal application platform.

It provides support for developing all plugins of liferay including Portlets,themes,hooks,layouts and ext-plugins

It is available as a set of Eclipse plug-ins installable from an update-site or an an all-in-one download. For installation use one of the following methods:

  1. Update site URLs for Eclipse 3.6.x,3.7.x,3.8.x/4.2.x: http://releases.liferay.com/tools/ide/eclipse/juno/stable/
  2. Download all-in-one bundles from here: http://www.liferay.com/downloads/liferay-projects/liferay-ide

For full installation instructions see the official documentation for installation. Then you can see the getting started tutorial here.

Liferay developer studio

It is a bundle of Eclipse+Liferay plugins available for Liferay enterprise edition(Liferay EE) customers.It provides additional features on top of the basic eclipse Liferay plugin.

  • Apart from tomcat,it provides additional support for Weblogic and websphere adapters
  • It provides Kaleo designer to create and design custom workflows

Additional references Liferay IDE vs Liferay developer studio

209 questions
16
votes
1 answer

Remove java exception breakpoints when debugging Liferay in eclipse

By debugging of Liferay Portal, that is tomcat application, eclipse make usual stop at ThreadPoolExecutor$Worker.run() line: 912 although I don't set a breakpoint at this class. The ThreadPoolExecutor isn't a class of my application, I think that…
Mark
  • 17,887
  • 13
  • 66
  • 93
7
votes
2 answers

Liferay new portlet vs plugin project difference

I'm using Eclipse and have the Liferay plugin installed and trying to create a new portlet. I want the Liferay IDE to pre-generate as much code as possible Does anyone know what the main differences are between creating a new Liferay Portlet and a…
steven35
  • 3,747
  • 3
  • 34
  • 48
7
votes
1 answer

Eclipse indents new line with tabs instead of spaces

I've followed all the suggestions here. When I press return, I get a new line that is indented with tabs instead of spaces. If I backspace to clear the tabs, and then press TAB a series of times, it correctly indents with spaces. I'm pretty sure I…
Michael Lewis
  • 4,252
  • 6
  • 28
  • 39
7
votes
4 answers

Liferay With Multiple Server Instances

I'm working with multiple Liferay Projects (different Portal, plugins, user and usergroups etc ) in the same time, and often have to switch between them. This switch requires lots of steps like Editing the portal-ext.properties (to change the…
yannicuLar
  • 3,083
  • 3
  • 32
  • 50
7
votes
1 answer

The Tomcat installation directory is not valid. It is missing expected file or folder lib/jasper-el.jar

I have downloaded the Liferay Portal 6.1 Community Edition bundled with tomcat. Then i have downloaded the SDK for liferay. Following the steps given in this site to configure eclipse with liferay when i reach at the step 4 i got the following…
Mushahid Hussain
  • 4,052
  • 11
  • 43
  • 62
6
votes
2 answers

SDK name of PluginsSDK not set?

I am using Liferay 6.2 + Tomcat 7.0 for creating a web application using portlets. Now, When I want to work for some different project (creating a webservice), Whenever i create a Dynamic web project using Eclipse IDE, I get an error which says -…
ajc
  • 1,685
  • 14
  • 34
6
votes
2 answers

how to set the environment variable ANT_OPTS in ubuntu?

while setting up liferay environment in Ubuntu 10.0.4, i have set the environment variables like this in .bashrc file PATH=/usr/bin/java/jdk1.7.0_51/bin:$PATH export PATH JAVA_HOME=/usr/bin/java/jdk1.7.0_51 export…
ASR
  • 3,289
  • 3
  • 37
  • 65
5
votes
2 answers

Why does the Installed Plugin SDKs not show up Under Liferay in the Liferay IDE Windows Preferences

I installed the Liferay IDE according to the following web site: https://dev.liferay.com/develop/learning-paths/mvc/-/knowledge_base/6-2/developing-apps-with-liferay-ide At the end of the instructions it says Your runtime is now set up. Next, you…
Mark Wright
  • 81
  • 1
  • 4
5
votes
3 answers

Issue in creating portlet using SDK plugin in liferay

I have installed liferay-portal-tomcat-6.1.2-ce-ga3-20130816114619181.zip and liferay-plugins-sdk-6.1.1-20130816114619181.zip in same path say "/home/sim/Desktop/LR". And tried to install SDK plugin from …
Sonal S.
  • 1,444
  • 1
  • 15
  • 31
5
votes
5 answers

How to deploy a portlet to Liferay from Eclipse

I've made a portlet in Eclipse and now I'd like to deploy it to a running Liferay-6.1 instance and debug it. I guess this should be described in documentation, but I was only able to found how to create the portlet, but not how to deploy it.
Anthony
  • 12,407
  • 12
  • 64
  • 88
4
votes
1 answer

Calling Action-Class from Configuration.jsp

I have defined a configuration-action-class for loading the configuration of an existing portlet based on drools (liferay-portlet.xml): com.liferay.drools.action.ConfigurationActionImpl This…
user1592470
  • 401
  • 2
  • 8
  • 21
3
votes
1 answer

Is it possible to integrate Glassfish support into Liferay IDE yet?

I am looking for a bit of Liferay/Glassfish assistance here. I am currently using a Liferay 6.0.6 portal running on Glassfish 3.0.1 and developing in Eclipse 3.7 (Indigo). I have downloaded the Liferay IDE for Eclipse as well. The trouble I am…
CatsAndCode
  • 377
  • 9
  • 27
3
votes
2 answers

Installing Liferay IDE in Eclipse with Oracle Enterprise Pack

Has anyone been able to successfully install the Oracle Enterprise Pack for Eclipse AND the Liferay IDE? There seems to be a mutually exclusive dependency on the Sapphire stuff and I can't find a hack for installing both. Here is the error given by…
pconrey
  • 5,805
  • 7
  • 29
  • 38
3
votes
3 answers

Creating liferay 7 plugin project

I am trying to create an liferay 7 plugin project using Ant and I am always recieving the below error, can someone help ? it seems that the server mirrors.lax.liferay.com is down [Console output redirected to…
yjradeh
  • 233
  • 4
  • 11
3
votes
1 answer

Liferay Maven Service Builder Portlet(Developer Studio)

I am new in Liferay platform. I am trying to implement CRUD in Liferay using portlet. I am using liferay 6.2 and IDE as a developer studio. I am creating project with below values (In Image) in developer studio. When I am creating project in…
Krutik Jayswal
  • 3,165
  • 1
  • 15
  • 38
1
2 3
13 14