Skip to content

Commit

Permalink
[JVM] Fix references to unsupported Java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed May 21, 2020
1 parent 81c0e14 commit 12f8f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.txt
Expand Up @@ -33,7 +33,7 @@

$ perl Configure.pl --gen-moar --gen-nqp --backends=moar # Moar only
or:
$ perl Configure.pl --gen-nqp --backends=jvm # needs JDK 1.8 installed
$ perl Configure.pl --gen-nqp --backends=jvm # needs JDK 1.9 installed
then:
$ make install

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -76,8 +76,8 @@ Configure.pl.

### Configuring Rakudo to run on the JVM

Note that to run Rakudo on JVM, JDK 1.8 must be installed. To automatically
download, build, and install a fresh NQP, run:
Note that to run Rakudo on JVM, JDK 1.9 or higher must be installed.
To automatically download, build, and install a fresh NQP, run:

$ perl Configure.pl --gen-nqp --backends=jvm

Expand Down

0 comments on commit 12f8f1e

Please sign in to comment.