Skip to content

Commit

Permalink
Minor README.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMosigItemis committed Oct 27, 2023
1 parent 0829a1d commit 8e43bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Adding some fluff to [Java's Foreign Function and Memory API](https://openjdk.org/jeps/424)

## Prerequisites
This software requires Java 20 and Maven >= 3.3.x. However, it is best to use a current Maven version, i. e. >= 3.9.x.
This software requires Java 21 and Maven >= 3.3.x. However, it is best to use a current Maven version, i. e. >= 3.9.x.

## Build
Usually a `mvn clean install` should be enough.

## IDE Setup
Due to the usage of Java 20 preview code, the following special setup is required:
Due to the usage of Java 21 preview code, the following special setup is required:
* Add the following to the startup JVM options of your IDE (e. g. eclipse.ini):

```
Expand Down

0 comments on commit 8e43bb6

Please sign in to comment.