From c4b5ac2e01f165e4b235f58f4649cd6755bce6b2 Mon Sep 17 00:00:00 2001 From: Shams Asari Date: Mon, 21 Jan 2019 15:28:39 +0000 Subject: [PATCH] Fixed example use of jarDirs config field (#4610) --- docs/source/corda-configuration-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/corda-configuration-file.rst b/docs/source/corda-configuration-file.rst index 4215b0dd67..14907a1af3 100644 --- a/docs/source/corda-configuration-file.rst +++ b/docs/source/corda-configuration-file.rst @@ -235,7 +235,7 @@ jarDirs An optional list of file system directories containing JARs to include in the classpath when launching via ``corda.jar`` only. Each should be a string. Only the JARs in the directories are added, not the directories themselves. - This is useful for including JDBC drivers and the like. e.g. ``jarDirs = [ '${baseDirectory}/lib' ]``. + This is useful for including JDBC drivers and the like. e.g. ``jarDirs = [ ${baseDirectory}"/libs" ]``. (Note that you have to use the ``baseDirectory`` substitution value when pointing to a relative path). *Default:* not defined