Adding my jar files in Java dependencies

Hi

I've been using Bonita community version and easily I've added my jar files in Java dependencies in previous versions (7.8.4), But adding them in 2021.2 is not possible because they don't appear in Java dependencies.

At first, I added them in Resources then I go to this path:

configuration menu -> Java dependencies -> Hierarchical view -> others -> add button

But just Bonita jar files appear here and I couldn't find my jar files.

Does anyone has any idea?

I use Bonita studio community version 2021.2 on windows 10

Thanks in advance

 

Hi,
Please have a look at the new project composition approach in the documentation.

You first need to check if your dependency is properly added to the project extension. (Project overview > Extensions)
You can add jar files from there or, better, directly consume dependencies available on Maven repositories (public or private).

Then you should be able to see it in the Configuration > Java dependencies > Add… dialog.

HTH
Romain

Thanks, I've forgot it!