src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties
branchJDK-8200758-branch
changeset 57125 846d4865b362
parent 57119 b3dda8d77d8a
child 57140 3dcb33ce7ced
equal deleted inserted replaced
57119:b3dda8d77d8a 57125:846d4865b362
   140 error.root-exists-without-force=Root Directory {0} already exists and --force is not specified"
   140 error.root-exists-without-force=Root Directory {0} already exists and --force is not specified"
   141 error.no-application-class=Main application class is missing.
   141 error.no-application-class=Main application class is missing.
   142 error.no-application-class.advice=Please specify main application class.
   142 error.no-application-class.advice=Please specify main application class.
   143 error.no-main-module=Main application module is missing.
   143 error.no-main-module=Main application module is missing.
   144 error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
   144 error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
   145 error.srcfiles.contain.modules=Error: Modules are not allowed in srcfiles: {0}.
       
   146 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
   145 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 application class or ensure that the jar {0} specifies one in the manifest.
   146 error.no-main-class-with-main-jar.advice=Please specify a application class or ensure that the jar {0} specifies one in the manifest.
   148 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
   147 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
   149 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
   148 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
   150 error.main-jar-does-not-exist=The configured main jar does not exist {0}
   149 error.main-jar-does-not-exist=The configured main jar does not exist {0}