掲示板

install lifray 7 and eclipse without internet connection

7年前 に Ada H によって更新されました。

install lifray 7 and eclipse without internet connection

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

RE: install lifray 7 and eclipse without internet connection

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
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.