Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Target Platform + Maven Dependency



On Thu, Jun 24, 2021 at 9:43 AM Antonio Garmendía <antonio.agj@xxxxxxxxx> wrote:
No instances of [org.jboss.forge.roaster.spi.JavaParser] were found on the classpath.[...]
I really do not know if this is a problem of Roaster or a problem related to this new feature. It seems to be a problem with the class loader, so, I start asking in this group.

Tycho is working as expected by packaging your lib into an OSGi bundle. However, it looks like this lib is not OSGi compliant; most probably because it's using some strategy to locate and load services that assumes a flat classpath/classloader, which OSGi is not.

Back to the top