mirror of
https://github.com/corda/corda.git
synced 2025-04-12 21:53:17 +00:00
Please see Jira for background info. The change should help all the Windows developers. Closer examination shows that in the command line we include the classpath of size ~20,000 characters twice. Once with `-cp` option - which is fine and second time with `-Djava.class.path=` - the latter is completely unnecessary and can be eliminated shortening the command length dramatically to around: 24,000 characters which should give us some leg room for further expanding the classpath.