Software Development

Using JDK 9 with Eclipse Luna

JDK 9 works with Eclipse Mars [wp_ad_camp_5] First and foremost, Eclipse Luna does not work with JDK 9 because of JEP 220: Modular Run-Time Images. There is Eclipse Mars for that. Updating eclipse.ini to use JDK 9 JEP 220 changed

Software Development

How to create Maven project in Eclipse

Background This article demonstrates how create a Maven project in Eclipse. [wp_ad_camp_3] Software Environment Windows 7 Professional SP1 Java 1.7 (1.7.0_67 – Windows x86) Eclipse Kepler Dependecy Testing Apache Commons Lang 3 (3.3.2) Apache Commons IO (2.4) Create Maven Project