mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Fixed example use of jarDirs config field (#4610)
This commit is contained in:
parent
c6a7d14f4f
commit
c4b5ac2e01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user