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

Print this page




 116 param.drop-in-resources-root.description=The directory to look for bundler specific drop in resources.  If not set the classpath will be searched.
 117 
 118 param.secondary-launchers.name=Secondary Launchers
 119 param.secondary-launchers.description=A collection of bundle param info for secondary launchers
 120 
 121 param.file-associations.name=File Associations
 122 param.file-associations.description=A list of maps where each map describes a file association.  Uses the "fileAssociation." series of bundle arguments in each map.
 123 
 124 param.fa-extension.name=File Association Extension
 125 param.fa-extension.description=The File Extension to be associated, just the extension no dots.
 126 
 127 param.fa-content-type.name=File Association Content Type
 128 param.fa-content-type.description=Content Type to be associated.  Such as application/x-vnd.my-awesome-app.
 129 
 130 param.fa-icon.name=File Association Icon
 131 param.fa-icon.description=The Icon to be used for associated files.  Defaults to the application icon.
 132 
 133 param.fa-description.name=File Association Description
 134 param.fa-description.description=The description to be used for associated files.  The default is "<appName> File".
 135 









 136 error.required-parameter={0} is a required parameter.
 137 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
 138 error.no-main-class-with-main-jar.advice=Please specify a applicationClass or ensure that the jar {0} specifies one in the manifest.
 139 error.no-main-class-with-classpath=An application class was not specified nor was one found in the supplied classpath
 140 error.no-main-class-with-classpath.advice=Please specify a applicationClass or ensure that the classpath has a jar containing one in the manifest.
 141 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
 142 error.no-main-class.advice=Please specify a applicationClass or ensure that the appResources has a jar containing one in the manifest.
 143 error.main-jar-does-not-exist=The configured main jar does not exist {0}
 144 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
 145 
 146 message.fx-app-does-not-match-specified-main=The jar {0} has an FX Application class{1} that does not match the declared main {2}
 147 message.main-class-does-not-match-specified-main=The jar {0} has a main class {1} that does not match the declared main {2}


 116 param.drop-in-resources-root.description=The directory to look for bundler specific drop in resources.  If not set the classpath will be searched.
 117 
 118 param.secondary-launchers.name=Secondary Launchers
 119 param.secondary-launchers.description=A collection of bundle param info for secondary launchers
 120 
 121 param.file-associations.name=File Associations
 122 param.file-associations.description=A list of maps where each map describes a file association.  Uses the "fileAssociation." series of bundle arguments in each map.
 123 
 124 param.fa-extension.name=File Association Extension
 125 param.fa-extension.description=The File Extension to be associated, just the extension no dots.
 126 
 127 param.fa-content-type.name=File Association Content Type
 128 param.fa-content-type.description=Content Type to be associated.  Such as application/x-vnd.my-awesome-app.
 129 
 130 param.fa-icon.name=File Association Icon
 131 param.fa-icon.description=The Icon to be used for associated files.  Defaults to the application icon.
 132 
 133 param.fa-description.name=File Association Description
 134 param.fa-description.description=The description to be used for associated files.  The default is "<appName> File".
 135 
 136 param.commercial-features.name=Unlock Commercial Features
 137 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.
 138 
 139 param.com-app-cds.name=Enable AppCDS
 140 param.com-app-cds.description=Enabled and package with Application Class Data Sharing, including generation of .jsa file.
 141 
 142 param.com-app-cds-root.name=AppCDS Root Classes
 143 param.com-app-cds-root.description=List of "root classes" for AppCDS to generate class sharing data from.  Default is the main class.
 144 
 145 error.required-parameter={0} is a required parameter.
 146 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
 147 error.no-main-class-with-main-jar.advice=Please specify a applicationClass or ensure that the jar {0} specifies one in the manifest.
 148 error.no-main-class-with-classpath=An application class was not specified nor was one found in the supplied classpath
 149 error.no-main-class-with-classpath.advice=Please specify a applicationClass or ensure that the classpath has a jar containing one in the manifest.
 150 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
 151 error.no-main-class.advice=Please specify a applicationClass or ensure that the appResources has a jar containing one in the manifest.
 152 error.main-jar-does-not-exist=The configured main jar does not exist {0}
 153 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
 154 
 155 message.fx-app-does-not-match-specified-main=The jar {0} has an FX Application class{1} that does not match the declared main {2}
 156 message.main-class-does-not-match-specified-main=The jar {0} has a main class {1} that does not match the declared main {2}