Search code examples
corda

How can you specify your terminal emulator in Corda


Xterm is used when running Corda locally on one computer using gradle.

Is there a way to specify your terminal editor when running as suggested by the following issue?

https://github.com/corda/corda/issues/2605


Solution

  • I completely share your pain on this. The way that runnodes has its tooling baked in makes it impossible for you to customize how the cordform plugin runs the nodes without digging into the internals.

    Some other ideas for you

    As a separate note, I saw your github issue and I was disappointed by how that got handled. I'm sorry you had that experience and I'm going to dig into that issue internally to find out what's happening with that.

    feel free to reach out to me (David Awad) on slack.corda.net and I can let you know what's going on there.

    Thanks as always