INTO-CPS-Association / maestro

Maestro a Co-Simulation Orchestration Engine
https://build.overture.au.dk/jenkins/job/maestro/
19 stars 3 forks source link

Load of extensions from classpath with multiple jars is not working #402

Open lausdahl opened 1 year ago

lausdahl commented 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.

Same goes if -cp points to two directories. However it works if all is in either one jar or one classpath folder