src/jdk.packager/share/classes/jdk/packager/internal/resources/AbstractImageBundler.properties
author herrick
Mon, 01 Oct 2018 09:04:49 -0400
branchJDK-8200758-branch
changeset 56933 9f59eeb3cc0f
parent 56821 565d54ca1f41
child 56982 e094d5483bd6
permissions -rw-r--r--
8211182: Remove jdk.packager.services.UserJvmOptionsService Reviewed-by: almatvee

param.launcher-cfg-format.name=Launcher .cfg File Format
param.launcher-cfg-format.description=The file format of the .cfg file used by the launcher executable.  Current values are 'ini' and 'prop'.

error.jre-missing-file=Java Runtime does not include {0}
error.jre-missing-file.advice=Make sure ant is using Oracle JDK 8 or later.

error.no-application-class=Main application class is missing.
error.no-application-class.advice=Please specify main application class.

error.no-main-module=Main application module is missing.
error.no-main-module.advice=Make sure to use fx\:module task to create modular application.

error.app-cds-bad-version=AppCDS Not Supported in Bundled Runtime.
error.app-cds-bad-version.advice=AppCDS support was added in 8u40.  Use an 8u40 or later Java Runtime

error.app-cds-requires-runtime=AppCDS Not Supported with System Runtime.
error.app-cds-requires-runtime.advice=AppCDS support requires that a runtime be bundled with the applicaiton.  The use of a System JRE is not supported.

error.app-cds-no-commercial-unlock=AppCDS Requires Commercial Features to be Unlocked.
error.app-cds-no-commercial-unlock.advice=Verify you have a license for commercial features for the Oracle Java Runtime the set the bundler argument 'commercialFeatures' to 'true'.