Friday, March 30, 2018

Eclipse maven project


1. Download and install JDK 64 bit 1.8.0_161
2. Download and install Eclipse JEE oxygen
3. Preferences to configure Installed JRE and Maven Installation, update user settings to C:\Users\Redirection\pengp2\.m2\settings.xml
Open Maven > Archetypes
Click 'Add Remote Catalog' and add the following:
Catalog File: http://repo1.maven.org/maven2/archetype-catalog.xml
Description: maven catalog
4. File->New->Moven Project->Filter: quickstart-jdk8
5. may need remove JRE5 library and add JRE8

No comments:

Post a Comment