From b79cb55ce5bd6e01659018a245b774454dc9129f Mon Sep 17 00:00:00 2001 From: Tommy Lillehagen Date: Mon, 28 Jan 2019 14:11:59 +0000 Subject: [PATCH] CORDA-2419 - JavaFX requirement for Node Explorer (#4659) --- docs/source/node-explorer.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/node-explorer.rst b/docs/source/node-explorer.rst index f85281dba7..1a1dc71b29 100644 --- a/docs/source/node-explorer.rst +++ b/docs/source/node-explorer.rst @@ -1,6 +1,11 @@ Node Explorer ============= +.. note:: To run Node Explorer on your machine, you will need JavaFX for Java 8. If you don't have JavaFX + installed, you can either download and build your own version of OpenJFK, or use a pre-existing + build, like the one offered by Zulu. They have community builds of OpenJFX for Window, macOS and Linux + available on their `website `_. + The node explorer provides views into a node's vault and transaction data using Corda's RPC framework. The user can execute cash transaction commands to issue and move cash to other parties on the network or exit cash (eg. remove from the ledger)