I used to distribute my app.jar file along with xalan.jar, xercesImpl.jar, xml-apis.jar.

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



Reply via email to