Skip to content

midmarch/java-next-labs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java.next labs

This repository contains exercises (and solutions) to get started with new features in Java 9 and later.

Make sure Java 11 is installed: https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot (a more recent version can be used for these labs as well). You can find the JavaDoc for Java 11 at https://docs.oracle.com/en/java/javase/11/docs/api/index.html

Using an IDE such as Eclipse or IntelliJ is possible, but not required. Each exercise (except the ones under 01-modules) has a pom.xml, so you can easily import the exercise in for example IntelliJ. An IDE, with all its configuration, sometimes obscures what's really happening. Especially when learning about Java modules where new compilation and JVM flags are introduced.

Each individual directory contains further instructions for the exercises.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.2%
  • Shell 3.9%
  • HTML 2.9%