掲示板

Liferay 6.2 setup - HowTo for Developers

thumbnail
7年前 に Theodor Iancu によって更新されました。

Liferay 6.2 setup - HowTo for Developers

New Member 投稿: 5 参加年月日: 16/05/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
7年前 に deveshree zawar によって更新されました。

RE: Liferay 6.2 setup - HowTo for Developers

Junior Member 投稿: 61 参加年月日: 16/02/09 最新の投稿
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
7年前 に David H Nebinger によって更新されました。

RE: Liferay 6.2 setup - HowTo for Developers

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
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
7年前 に Theodor Iancu によって更新されました。

RE: Liferay 6.2 setup - HowTo for Developers

New Member 投稿: 5 参加年月日: 16/05/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
7年前 に Spencer Romo によって更新されました。

RE: Liferay 6.2 setup - HowTo for Developers

New Member 投稿: 1 参加年月日: 16/07/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?