Run Eclipse with Java 14

This post serves as a reminder of how I got the new Eclipse 2020-03 build running with AdoptOpenJDK 14.
I did this because I wanted to dive into Java 14 and especially the new preview feature for records. Of course I could do that while still running Ecli… Read more

Similar

How to “Rock Paper Scissors” in Java

The challenge Let’s play Rock Paper Scissors! You have to return which player won! In case of a draw return Draw!. Examples: The rules of the game Rock Paper Scissors The rules of the game Rock Paper Scissors is quite simple. Rock beats scissors, scissors... (more…)

Read more »