I can't seem to get this to work from a unix terminal
java -cp a.jar;b.jar ...
I know that this works:
java -c "./*" ...
But python doesn't know how to recognize and recover the output of a wildcard statement. Is there a way to explicitly state the class path jars in a unix terminal?