Inside the manifest of app.jar I used to specify those jars in the Class-Path attribute.
So the user just needed to launch
> java -jar app.jar
or simply double-click on it.
All the solutions (endorsed/bootclasspath) require additional parameters from the command line.
Is there a "Boot-Class-Path:" or Endorsed-Overrides: " parameter for the manifest files?
Thanks again, Marco
