JDK-8187895 : "--main-jar" shouldn't be mandatory parameter for image or installer
  • Type: Sub-task
  • Component: deploy
  • Sub-Component: packager
  • Priority: P3
  • Status: Resolved
  • Resolution: Delivered
  • Submitted: 2017-09-25
  • Updated: 2017-10-10
  • Resolved: 2017-10-10
Description
Currently user must specify "--main-jar" for image or installer. In fact, we only need main class to determine entry point, all jars can be added on classpath.