Update JRuby and Java prerequisites

Fixes #10604
This commit is contained in:
Dan Hermann 2019-03-28 08:50:31 -05:00
parent 547ff289ea
commit b1045c00f9

View file

@ -65,8 +65,8 @@ Logstash core will continue to exist under this repository and all related issue
### Prerequisites ### Prerequisites
* Install JDK version 8. Make sure to set the `JAVA_HOME` environment variable to the path to your JDK installation directory. For example `set JAVA_HOME=<JDK_PATH>` * Install JDK version 8 or 11. Make sure to set the `JAVA_HOME` environment variable to the path to your JDK installation directory. For example `set JAVA_HOME=<JDK_PATH>`
* Install JRuby 9.1.x It is recommended to use a Ruby version manager such as [RVM](https://rvm.io/) or [rbenv](https://github.com/sstephenson/rbenv). * Install JRuby 9.2.x It is recommended to use a Ruby version manager such as [RVM](https://rvm.io/) or [rbenv](https://github.com/sstephenson/rbenv).
* Install `rake` and `bundler` tool using `gem install rake` and `gem install bundler` respectively. * Install `rake` and `bundler` tool using `gem install rake` and `gem install bundler` respectively.
### RVM install (optional) ### RVM install (optional)