Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaJobDescription path separator windows confusion #573

Open
jmaassen opened this issue Oct 17, 2017 · 0 comments
Open

JavaJobDescription path separator windows confusion #573

jmaassen opened this issue Oct 17, 2017 · 0 comments
Assignees
Milestone

Comments

@jmaassen
Copy link
Member

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 jmaassen self-assigned this Oct 17, 2017
@jmaassen jmaassen added this to the 3.1.0 milestone Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant