< prev index next >

src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties

Print this page

        

*** 36,47 **** param.create-jre-installer.description=Creates platform-specific JRE installer. param.jlink-builder.name=JLink Builder param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with. param.app-name.name=App Name param.app-name.description=The name of the application. - param.app-fs-name.name=App File System Name - param.app-fs-name.description=The name of the application suitable for file system use. Typically this is just letters, numbers, dots, and dashes. param.app-resource.description=All of the files to place in the resources directory. Including all needed jars as assets. param.app-resources.name=Resources param.app-resource-list.description=A List of RelativeFileSet objects containing all of the files to place in the resources directory. Including all needed jars as assets. param.app-resources-list.name=Resources List param.build-root.name=Build Root --- 36,45 ----
*** 166,176 **** ERR_MissingArgument=Error: Missing argument: {0} ERR_MissingAppResources=Error: No application jars found ERR_AppImageNotExist=Error: App image directory "{0}" does not exist ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories ! ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter. ! ERR_NoUniqueName=Secondary Launchers require a unique name parameter. ! ERR_NoJreInstallerName=Jre Installers require a name parameter. ! ERR_InvalidCharacterInArgument=Error: Invalid character found in {0} argument ERR_LicenseFileNotExit=Error: Specified license file does not exist. ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory. --- 164,175 ---- ERR_MissingArgument=Error: Missing argument: {0} ERR_MissingAppResources=Error: No application jars found ERR_AppImageNotExist=Error: App image directory "{0}" does not exist ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories ! ERR_NoSecondaryLauncherName=Error: Secondary Launchers require a name parameter. ! ERR_NoUniqueName=Error: Secondary Launchers require a unique name parameter. ! ERR_NoJreInstallerName=Error: Jre Installers require a name parameter. ! ERR_InvalidAppName=Error: Invalid Application name: {0}. ! ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}. ERR_LicenseFileNotExit=Error: Specified license file does not exist. ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.
< prev index next >