Skip to content

Commit

Permalink
Add Java version comment to jnius instructions
Browse files Browse the repository at this point in the history
Fixes #363
  • Loading branch information
bgyori committed Mar 6, 2018
1 parent 6546cc0 commit 854444c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ via the REACH API, an additional package called
classes from Python. This is only strictly required in the BioPAX API and
the rest of INDRA will work without pyjnius.

1. Install `JRE and JDK from Oracle <http://www.oracle.com/technetwork/java/javase/downloads/index.html>`_.
1. Install `JRE and JDK 8 from Oracle <http://www.oracle.com/technetwork/java/javase/downloads/index.html>`_. Pyjnius is currently incompatible with Java 9, so
make sure to get Java 8.

2. On Mac, `install Legacy Java for OSX <http://support.apple.com/kb/DL1572>`_.
If you have trouble installing it, you can try the following as an alternative.
Expand Down

0 comments on commit 854444c

Please sign in to comment.