留言板

Update from IDE M3 to stable 3.0.0 GA1: Liferay disapprared

thumbnail
Alessandro Candini,修改在7 年前。

Update from IDE M3 to stable 3.0.0 GA1: Liferay disapprared

Regular Member 帖子: 130 加入日期: 15-10-17 最近的帖子
After reading about the official release of IDE 3.0.0 GA1, I've updated my M3 release installed inside my Eclipse Mars 2.
I went to the Eclipse Marketplace and I clicked on update button for the plugin: everything seemed to be ended succesfully but at Eclipse restart, everything related to liferay, create new Module for example, have been disappeared.
Any suggentsions?
thumbnail
Kailash Yadav,修改在7 年前。

RE: Update from IDE M3 to stable 3.0.0 GA1: Liferay disapprared

Regular Member 帖子: 211 加入日期: 11-10-18 最近的帖子
Confirmed! I am also facing same issue.
thumbnail
Gregory Amerson,修改在7 年前。

RE: Update from IDE M3 to stable 3.0.0 GA1: Liferay disapprared (答复)

Liferay Legend 帖子: 1123 加入日期: 10-2-16 最近的帖子
Hey everyone,

The 3.0 version of Liferay IDE requires Java8 to be the default vm when you launch Eclipse. Can you confirm you have Java8 installed?

If you have java8 and you still don't see the Liferay related items, then you may have to uninstall the previous version of Liferay IDE plugin and re-install the latest one.

Hope this helps!
thumbnail
Alessandro Candini,修改在7 年前。

RE: Update from IDE M3 to stable 3.0.0 GA1: Liferay disapprared

Regular Member 帖子: 130 加入日期: 15-10-17 最近的帖子
You were right Gregory: I set up my Eclipse environment with Java 8 only but at Eclipse startup the system VM was picked up...unfortunately a version 7.
I solved modifying my ~/.profile adding the following lines
export JAVA_HOME=/opt/jdk/jdk1.8.0_91
export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH

After a logout and re-login, running Eclipse again, now the plugin works as expected.
Thank you!
thumbnail
Gaurav Jain,修改在7 年前。

RE: Update from IDE M3 to stable 3.0.0 GA1: Liferay disapprared

Regular Member 帖子: 145 加入日期: 11-1-31 最近的帖子
emoticon
It took me some time to find the real cause i.e eclipse not started with java8

Somehow (probably like others too), I was ignoring to setup java8 first and was willing to see the IDE first and then I surprised not to see any Liferay things over there.

Maybe worth to highlight on blogs and or other docs!!