Foros de discusión

Liferay 6.2 setup - HowTo for Developers

thumbnail
Theodor Iancu, modificado hace 7 años.

Liferay 6.2 setup - HowTo for Developers

New Member Mensajes: 5 Fecha de incorporación: 18/05/16 Mensajes recientes
Hi,
I want to install liferay 6.2. as developer and have few questions (I try the optimal combination for several days around with no really a success)

1. which JDK (or JRE) version (1.6, 1.7 or 1.8) should installed in windows10 (JAVA_HOME)
2. which eclipse version?
3. which Liferay-IDE version?
4. which jdk version in eclipse?
5. which java compiler version should configured in eclipse?
6. which MySQL version


Thanks in advance emoticon
Regards,
Theodor
deveshree zawar, modificado hace 7 años.

RE: Liferay 6.2 setup - HowTo for Developers

Junior Member Mensajes: 61 Fecha de incorporación: 9/02/16 Mensajes recientes
Hi,

Please refer the below link for installation and setup:
http://www.liferaysavvy.com/2013/12/liferay-62-portal-installation_11.html

Hope it helps!

Thanks,
Deveshree
thumbnail
David H Nebinger, modificado hace 7 años.

RE: Liferay 6.2 setup - HowTo for Developers

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
So officially the LR6 jars are compiled for JDK 1.6 but the portal will run under 1.7 (and the very latest version may work under 1.8).

All that said, I use 1.7 and a 1.6 target when compiling.

Do not use a JRE, that will not work.

Use IDE 2.2.2. You can still download the bundled eclipse with the IDE, use that as it's ready to go w/ all necessary dependencies.

MySql can be any version, but if you use a later one than, say, 5.5 you should replace the mysql.jar in lib/ext with the latest one from the MySql connector-j project.
thumbnail
Theodor Iancu, modificado hace 7 años.

RE: Liferay 6.2 setup - HowTo for Developers

New Member Mensajes: 5 Fecha de incorporación: 18/05/16 Mensajes recientes
Thanks David! I'll follow your recommendations:

1. windows 10 JAVA_HOME
JDK-7u45

3. which Liferay-IDE version?
Liferay IDE 2.2.2 GA3

4. which jdk version in eclipse?
5. which java compiler version should configured in eclipse?
JDK 1.6

6. which MySQL version
MySQL 5.5.50
Spencer Romo, modificado hace 7 años.

RE: Liferay 6.2 setup - HowTo for Developers

New Member Mensaje: 1 Fecha de incorporación: 18/07/16 Mensajes recientes
Where can the download for 2.2.2 Developer Studio be found?
Is there a way to get 3.0.0 to work with liferay 6.2?

And is there documentation available for devleoperstudio?