Open lausdahl opened 1 year ago
If maestro is started as:
java -cp maestro.jar:extension.jar .....Main
then the extension classes in extension.jar is not found.
extension.jar
Same goes if -cp points to two directories. However it works if all is in either one jar or one classpath folder
-cp
If maestro is started as:
then the extension classes in
extension.jar
is not found.Same goes if
-cp
points to two directories. However it works if all is in either one jar or one classpath folder