Skip to content

crisnct/java-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project illustrates with small snippets the changes made in each Java version

java-traning logo

Multi-module Maven build showing different Java targets.

Building

  • Modern module only: mvn -pl modern-java17 test
  • All modules (requires JDK 6 available via toolchains): mvn test

Example ~/.m2/toolchains.xml entry for the Java 6 module:

<toolchains>
  <toolchain>
    <type>jdk</type>
    <provides>
      <version>1.6</version>
    </provides>
    <configuration>
      <jdkHome>C:\Path\To\jdk6</jdkHome>
    </configuration>
  </toolchain>
</toolchains>

About

Java training from version 1 to latest version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages