Re: [equinox-dev] Classloader precedence of osgi.dev entries

2021-04-12 Thread Christoph Läubrich
Thanks Tom and Ed, that clarifies this topic for me :-) Is there any limitation to the type of entries, e.g. can I add a jar to it (similar to -cp in java?) or does it needs to be an exploded folder of class files like 'bin/' (I assume that absolute path would be ok as well). Am 12.04.21 um

Re: [equinox-dev] Classloader precedence of osgi.dev entries

2021-04-12 Thread Thomas Watson
The dev class path entries are prepended to the value of the Bundle-ClassPath header value. Normal delegation rules apply for the dev class path as if they are part of the bundle's Bundle-ClassPath.  That roughly is the following:1) Import-Package wires, if package is imported the search terminates