Home
last modified time | relevance | path

Searched refs:P_MAIN_CLASS (Results 1 – 1 of 1) sorted by relevance

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/onejar/com/simontuffs/onejar/
H A DBoot.java75 public final static String P_MAIN_CLASS = PROPERTY_PREFIX + "main.class"; field in Boot
96P_MAIN_CLASS, "Specifies the name of the class which should be executed \n(via public static void …
221 mainClass = System.getProperty(P_MAIN_CLASS); in run()
327 … main/main.jar with a Main-Class manifest attribute, or specify -D" + P_MAIN_CLASS + "=<your.class… in run()