xenon icon indicating copy to clipboard operation
xenon copied to clipboard

JavaJobDescription path separator windows confusion

Open jmaassen opened this issue 7 years ago • 0 comments

A feature of JavaJobDescription is that it is aware of the various options one can provide to the JVM, such as a classpath.

One problem here is that the separator used in a classpath differs on linux and windows. Linux used a colon ":" while windows uses a semicolon ";".

The problem is that creating the classpath is done locally, and will use whatever separator is valid locally, not the separator that is needed on the target machine.

jmaassen avatar Oct 17 '17 11:10 jmaassen