Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve README.md #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ Nevertheless, if you encounter an issue with Helidon, please kindly report it at
Java 19 with preview feature "Loom" (now available as RC at https://jdk.java.net/19/)
Maven

java -version

Set your `JAVA_HOME` environment variable as appropriate, and don't forget to update your `PATH` variable too.

### Mac OS

Use `/usr/libexec/java_home -V` to see if you have an appropriate JVM. For example...

export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-19.jdk/Contents/Home
export PATH=${JAVA_HOME}/bin:${PATH}

## How to

1. Build the project from the repository root
Expand Down