Skip to content

Commit

Permalink
113: Update Valhalla demos
Browse files Browse the repository at this point in the history
Task-Url: #113
  • Loading branch information
keilw committed Oct 4, 2024
1 parent 69c02bd commit e03447f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/valhalla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ To run this demo:
- Because some Maven plugins don't support the Valhalla Early-Access Build out of the box yet, please copy [settings-template.xml](settings-template.xml) to `settings.xml`.
- Change `<java.bin>Path-to-your/valhalla-early-access/bin</java.bin>` in the new file to the `bin` folder of your Valhalla Early-Access installation.

After that you should be able to run the most common Maven goals like `package` or `test` from your IDE or the command line. Using Maven it should not matter which JDK you use to launch it, because the plugins will automatically use the required Early-Access JDK. If you want to run `ValhallaDemo` directly instead of the Maven goal `exec:java` please add the Valhalla Early-Access installation as JRE/SDK to your IDE, or adjust your `JAVA_HOME` in the command line.
After that you should be able to run the most common Maven goals like `package` or `test` from your IDE or the command line. Using Maven it should not matter which JDK you use to launch it, because the plugins will automatically use the required Early-Access JDK. If you want to run the `valhalla` demo directly instead of the Maven goal `exec:java` please add the Valhalla Early-Access installation as JRE/SDK to your IDE, or adjust your `JAVA_HOME` in the command line.

0 comments on commit e03447f

Please sign in to comment.