Just wondering how to pass a String Array in the -D command line argument in Java.
Essentially I wanted to pass 3/4 local paths as the command line arguments which can be used in the program. However, I'm wondering what is the best way to handle this, instead of passing each path as a -D argument.
Thanks in advance.