Failed resolution of: Lorg/eclipse/rdf4j/sail/SailRepository

I'm trying to build my own component in Punya but when I start my application I get the following runtime error: "Failed resolution of: Lorg/eclipse/rdf4j/sail/SailRepository;". The class is correctly imported in the lib folder and the building process completes successfully.
What is the problem with this? Do I need some other dependencies or I am using an outdated version of the library?
Thanks in advance

Could u provide libs u use? or verify the presence of those specific classes?

If you use adb you should be able to get the full stack trace that should indicate why the resolution failed. Usually this is due to a method/class missing, which may indicate a missing dependency or a dependency version mismatch.

1 Like