How to include jar dependency?

I’m developing an application for FX30 but I can’t import a jar dependency to project.
I added my jar as a dependency in eclipse. The IDE is ok with the dependency but when I want to build and send the app to the device it won’t detect the dependencies and won’t build.

Hi @rgz34393

It looks like it has been made possible since 18.04
(see commit: Component bundled Jar files now update classpath. · legatoproject/legato-af@d3fd4ed · GitHub)

The Jar file(s) need(s) to be added to the component with a bundles/file section.