You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: