modules/fxpackager/src/main/resources/com/oracle/tools/packager/StandardBundlerParam.properties

Print this page

        

*** 131,140 **** --- 131,149 ---- param.fa-icon.description=The Icon to be used for associated files. Defaults to the application icon. param.fa-description.name=File Association Description param.fa-description.description=The description to be used for associated files. The default is "<appName> File". + param.commercial-features.name=Unlock Commercial Features + param.commercial-features.description=Some options require commercial features to be unlocked. This must be passed in as true to unlock those features. Otherwise they will be ignored. + + param.com-app-cds.name=Enable AppCDS + param.com-app-cds.description=Enabled and package with Application Class Data Sharing, including generation of .jsa file. + + param.com-app-cds-root.name=AppCDS Root Classes + param.com-app-cds-root.description=List of "root classes" for AppCDS to generate class sharing data from. Default is the main class. + error.required-parameter={0} is a required parameter. error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0} error.no-main-class-with-main-jar.advice=Please specify a applicationClass or ensure that the jar {0} specifies one in the manifest. error.no-main-class-with-classpath=An application class was not specified nor was one found in the supplied classpath error.no-main-class-with-classpath.advice=Please specify a applicationClass or ensure that the classpath has a jar containing one in the manifest.