1

I currently run my JAR (which overrides default JRE classes) using command-line parameters like

java -Xbootclasspath/p:lib/1.jar;lib/2.jar -jar myJAR.jar

I would like to put those overrides into the JAR Manifest.MF like

Boot-Class-Path: lib/1.jar lib/2.jar

but that does not seem to work at all.

How can I get the same functionality using Manifest.MF?

Brian Johnson
  • 1,629
  • 5
  • 21
  • 26

0 Answers0