Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 439 Bytes

File metadata and controls

17 lines (9 loc) · 439 Bytes

Java 9 Examples

This project demonstrates some of the new features of Java 9.

Compiling

Make sure Java 9 is on your path. Check with javac -version. It should be java 9-ea.

javac -d target/classes $(find src -name *.java)

Running

java -cp target/classes oet.wouter.java9.<ClassName>

Interesting stuff