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

Print this page

        

@@ -164,10 +164,13 @@
 param.strip-executables.description=Removes native executables from the JImage creation.
 
 param.main.module.name=Main Module
 param.main.module.description=The main module of the application.  This module should have the main-class, and is on the module path.
 
+param.singleton.name=Singleton
+param.singleton.description=Prevents from launching multiple instances of application.
+
 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.