maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Load of extensions from classpath with multiple jars is not working

Open lausdahl opened this issue 2 years ago • 0 comments

If maestro is started as:

java -cp maestro.jar:extension.jar .....Main

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

lausdahl avatar Jan 11 '23 12:01 lausdahl