This post demonstrates how to avoid NullPointerException in Java 9 when working with Stream and using the overloaded of metho
Install Java 9 in Ubuntu
This post demonstrates how to install Java 9 on Ubuntu Trusty 64.
Java 9 Stream filter, takeWhile, dropWhile methods
This post demonstrates how to use the new methods – takeWhile and dropWhile – of the Stream interface in Java 9 Jigsaw. We’ll touch briefly on Stream.filter(Predicate p) just to get comfortable before trying out the new methods.
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