留言板

install lifray 7 and eclipse without internet connection

Ada H,修改在7 年前。

install lifray 7 and eclipse without internet connection

New Member 发布: 1 加入日期: 16-5-30 最近的帖子
Hy,
I need a little help:I want to create a portlet in Eclipse for liferay 7 on Windows 7 x64 with no internet connection.
I downloaded from internet and installed on a PC which hasn't internet connection this:
1.from https://www.liferay.com/downloads : Bundled with Tomcat and Plugins SDK.
2.from http://www.oracle.com/technetwork/java/javase/downloads/index.html :jdk-8u102-windows-x64.exe and jre-8u102-windows-x64.exe
3.from https://web.liferay.com/downloads/liferay-projects/liferay-ide :Eclipse MARS.2+ Liferay IDE 3.0.1. (Windows 64-bit) and Liferay IDE 3.0.1.-ga2 Archived Updated Site
I can open Liferay on localhost:8080,but in Eclipse I can't create Liferay Portlet.
Any ideas what's wrong and how to fix it?
Thanks in advance!
thumbnail
David H Nebinger,修改在7 年前。

RE: install lifray 7 and eclipse without internet connection

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
These days it is impossible to develop w/o an internet connection. All methods for dependency management now focus on downloading from an external repository rather than providing all dependencies as part of the project.

You can create all of your development stuff on an internet-connected system and then move the .m2 repository (or gradle repository) to the system w/o internet, but as soon as you add a new dependency or change a version your repo will be incomplete and you need internet access again.