Fórum

Liferay 6.2 setup - HowTo for Developers

thumbnail
Theodor Iancu, modificado 7 Anos atrás.

Liferay 6.2 setup - HowTo for Developers

New Member Postagens: 5 Data de Entrada: 18/05/16 Postagens Recentes
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 7 Anos atrás.

RE: Liferay 6.2 setup - HowTo for Developers

Junior Member Postagens: 61 Data de Entrada: 09/02/16 Postagens Recentes
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 7 Anos atrás.

RE: Liferay 6.2 setup - HowTo for Developers

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
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 7 Anos atrás.

RE: Liferay 6.2 setup - HowTo for Developers

New Member Postagens: 5 Data de Entrada: 18/05/16 Postagens Recentes
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 7 Anos atrás.

RE: Liferay 6.2 setup - HowTo for Developers

New Member Mensagem: 1 Data de Entrada: 18/07/16 Postagens Recentes
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?