mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
8 lines
348 B
Plaintext
8 lines
348 B
Plaintext
The Quasar.jar in this directory is for runtime instrumentation of classes by Quasar.
|
|
|
|
When running corda outside of the given gradle building you must add the following flag with the
|
|
correct path to your call to Java:
|
|
|
|
java -javaagent:path-to-quasar-jar.jar ...
|
|
|
|
See the Quasar docs for more information: http://docs.paralleluniverse.co/quasar/ |