留言板

Liferay 6.2 setup - HowTo for Developers

thumbnail
Theodor Iancu,修改在7 年前。

Liferay 6.2 setup - HowTo for Developers

New Member 帖子: 5 加入日期: 16-5-18 最近的帖子
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,修改在7 年前。

RE: Liferay 6.2 setup - HowTo for Developers

Junior Member 帖子: 61 加入日期: 16-2-9 最近的帖子
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,修改在7 年前。

RE: Liferay 6.2 setup - HowTo for Developers

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
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,修改在7 年前。

RE: Liferay 6.2 setup - HowTo for Developers

New Member 帖子: 5 加入日期: 16-5-18 最近的帖子
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,修改在7 年前。

RE: Liferay 6.2 setup - HowTo for Developers

New Member 发布: 1 加入日期: 16-7-18 最近的帖子
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?