Jaunch's design treats options as a set, not a list. Therefore, order does not matter, nor does Jaunch support repeat options. E.g., when passing an option twice with different values such as --add a.jar --add b.jar, the latter value overwrites the former. A workaround is to use a style like --add a.jar,b.jar.
Jaunch's design treats options as a set, not a list. Therefore, order does not matter, nor does Jaunch support repeat options. E.g., when passing an option twice with different values such as
--add a.jar --add b.jar, the latter value overwrites the former. A workaround is to use a style like--add a.jar,b.jar.