This is an automated email from the ASF dual-hosted git repository.
bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/main by this push:
new 984f61a Update README.md (#78)
984f61a is described below
commit 984f61ae64560cd40f94a2573d32aeb63bf281a2
Author: Matthew JS <[email protected]>
AuthorDate: Tue Mar 8 22:29:05 2022 +0100
Update README.md (#78)
Add notes regarding issue with JAVA_HOME variable and setting up Wayang as
well as specifying (current) supported Java version.
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 45fa59e..a6d6ace 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@ Apache Wayang (incubating) is built with Java 8 and Scala
2.11. However, to exec
> **NOTE:** Currently Apache Wayang (incubating) is updating Java and Scala,
> consider that to be able to utilize Scala 2.12 you will need to install Java
> 11 in your enviroment
+> **NOTE:** Make sure that the JAVA_HOME environment variable is set correctly
to either Java 8 or Java 11 as the prerequisite checker script currently
supports up to Java 11 and checks the latest version of Java if you have higher
version installed. In Linux, it is preferably to use the export JAVA_HOME
method inside the project folder. It is also recommended running 'mvn clean
install' before opening the project using IntelliJ.
+
**Get Wayang.**
Wayang is available via Maven Central. To use it with Maven, for instance,
include the following into your POM file:
```xml