src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties
branchJDK-8200758-branch
changeset 57389 cce526c681dc
parent 57330 a30edd277572
child 57392 46d4b0aa4542
equal deleted inserted replaced
57384:4a296d9a76a0 57389:cce526c681dc
    45 message.bundle-created=Succeeded in building {0} bundle.
    45 message.bundle-created=Succeeded in building {0} bundle.
    46 
    46 
    47 error.cannot-create-output-dir=Output directory {0} cannot be created.
    47 error.cannot-create-output-dir=Output directory {0} cannot be created.
    48 error.cannot-write-to-output-dir=Output directory {0} is not writable.
    48 error.cannot-write-to-output-dir=Output directory {0} is not writable.
    49 error.root-exists=Error: Application output directory {0} already exists.
    49 error.root-exists=Error: Application output directory {0} already exists.
    50 error.no-application-class=Main application class is missing.
       
    51 error.no-application-class.advice=Please specify main application class.
       
    52 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}.
    50 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}.
    53 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest.
    51 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest.
    54 error.no-main-class=A main class was not specified nor was one found in the supplied application resources.
    52 error.no-main-class=A main class was not specified nor was one found in the supplied application resources.
    55 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
    53 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
    56 error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory.
    54 error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory.
    67 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}.
    65 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}.
    68 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}.
    66 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}.
    69 MSG_Version=jpackage version
    67 MSG_Version=jpackage version
    70 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    68 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    71 
    69 
    72 
    70 ERR_NoMainClass=Error: Main application class is missing.
    73 
       
    74 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    71 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    75 ERR_NotImageOption=Error: Option [{0}] is not valid in create-app-image mode.
    72 ERR_NotImageOption=Error: Option [{0}] is not valid in create-app-image mode.
    76 ERR_NotInstallerOption=Error: Option [{0}] is not valid with --app-image option.
    73 ERR_NotInstallerOption=Error: Option [{0}] is not valid with --app-image option.
    77 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option.
    74 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option.
    78 
    75