renatoathaydes / osgi-run

Osgi-Run - A Gradle plugin to make the development of modular applications using OSGi completely painless
Apache License 2.0
54 stars 13 forks source link

Equinox cannot find the plugins directory on startup #49

Closed renatoathaydes closed 7 years ago

renatoathaydes commented 7 years ago

It looks like since the OSGi container jars were moved to system-libs in the 1.5.0 version, Equinox no longer can find the plugins directory without extra configuration because it looks like it expects that directory to be somewhere else.

Help welcome with this one as I don't know much about Equinox.