Relates :
|
|
Relates :
|
";" path separator is used to join paths of UNIX env variable by jpackage - https://github.com/openjdk/jdk/blob/master/src/jdk.jpackage/share/native/applauncher/AppLauncher.cpp#L116 ":" should be used on UNIX and ";" should be used on Windows.
|