Forums de discussion

install lifray 7 and eclipse without internet connection

Ada H, modifié il y a 7 années.

install lifray 7 and eclipse without internet connection

New Member Envoyer: 1 Date d'inscription: 30/05/16 Publications récentes
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, modifié il y a 7 années.

RE: install lifray 7 and eclipse without internet connection

Liferay Legend Publications: 14919 Date d'inscription: 02/09/06 Publications récentes
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.