src/jdk.packager/share/classes/jdk/packager/internal/resources/AbstractImageBundler.properties
branchJDK-8200758-branch
changeset 56933 9f59eeb3cc0f
parent 56821 565d54ca1f41
child 56982 e094d5483bd6
equal deleted inserted replaced
56910:410fd33a2c81 56933:9f59eeb3cc0f
     1 param.launcher-cfg-format.name=Launcher .cfg File Format
     1 param.launcher-cfg-format.name=Launcher .cfg File Format
     2 param.launcher-cfg-format.description=The file format of the .cfg file used by the launcher executable.  Current values are 'ini' and 'prop'.
     2 param.launcher-cfg-format.description=The file format of the .cfg file used by the launcher executable.  Current values are 'ini' and 'prop'.
     3 
     3 
     4 error.jre-missing-file=Java Runtime does not include {0}
     4 error.jre-missing-file=Java Runtime does not include {0}
     5 error.jre-missing-file.advice=Make sure ant is using Oracle JDK 8 or later.
     5 error.jre-missing-file.advice=Make sure ant is using Oracle JDK 8 or later.
     6 
       
     7 error.empty-user-jvm-option-value=UserJvmOption key ''{0}'' has a null or empty value.
       
     8 error.empty-user-jvm-option-value.advice=Provide a value for the key or split the key into a key/value pair.  Such as '-Xmx1G' into '-Xmx' and '1G'.
       
     9 
     6 
    10 error.no-application-class=Main application class is missing.
     7 error.no-application-class=Main application class is missing.
    11 error.no-application-class.advice=Please specify main application class.
     8 error.no-application-class.advice=Please specify main application class.
    12 
     9 
    13 error.no-main-module=Main application module is missing.
    10 error.no-main-module=Main application module is missing.
    20 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.
    17 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.
    21 
    18 
    22 error.app-cds-no-commercial-unlock=AppCDS Requires Commercial Features to be Unlocked.
    19 error.app-cds-no-commercial-unlock=AppCDS Requires Commercial Features to be Unlocked.
    23 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'.
    20 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'.
    24 
    21 
    25 message.jvm-user-arg-is-null=WARNING\: a jvmuserarg has a null name or value.