Updated build-test-run.md no JDK later that 14.0.2 (#4280)
* Updated build-test-run.md no JDK later that 14.0.2 Added a recommendation about JDK version to use. Build-test-run.md sugguested to install the latest JDK which let's you build OpenRefine, but running it does not work see: https://github.com/OpenRefine/OpenRefine/issues/4106 This might be frustrating for beginners not aware of this issue. * Update build-test-run.md changed Java version recommendation according to disucussion on https://github.com/OpenRefine/OpenRefine/pull/4280 Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
This commit is contained in:
parent
11abc33be7
commit
bc2099a6f4
@ -9,7 +9,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
|
|||||||
|
|
||||||
You will need:
|
You will need:
|
||||||
* [OpenRefine source code](https://github.com/OpenRefine/OpenRefine)
|
* [OpenRefine source code](https://github.com/OpenRefine/OpenRefine)
|
||||||
* [Java JDK](http://java.sun.com/javase/downloads/index.jsp) (Get [OpenJDK from here](https://jdk.java.net/15/).)
|
* [Java JDK](http://java.sun.com/javase/downloads/index.jsp) (Get [OpenJDK from here](https://jdk.java.net/archive/). At the moment you cannot use JDK > 15, see [Issue on Github](https://github.com/OpenRefine/OpenRefine/issues/4106).)
|
||||||
* [Apache Maven](https://maven.apache.org) (OPTIONAL)
|
* [Apache Maven](https://maven.apache.org) (OPTIONAL)
|
||||||
* A Unix/Linux shell environment OR the Windows command line
|
* A Unix/Linux shell environment OR the Windows command line
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user