Class ClientLauncherWrapper


  • public class ClientLauncherWrapper
    extends java.lang.Object
    • Field Detail

      • WAIT_PROCESS_PROPERTY

        public static final java.lang.String WAIT_PROCESS_PROPERTY
        See Also:
        Constant Field Values
      • NO_JAVA_CHECK_PROPERTY

        public static final java.lang.String NO_JAVA_CHECK_PROPERTY
        See Also:
        Constant Field Values
      • noJavaCheck

        public static boolean noJavaCheck
      • waitProcess

        public static boolean waitProcess
    • Constructor Detail

      • ClientLauncherWrapper

        public ClientLauncherWrapper()
    • Method Detail

      • main

        public static void main​(java.lang.String[] arguments)
                         throws java.io.IOException,
                                java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException
      • tryFindModule

        public static java.nio.file.Path tryFindModule​(java.nio.file.Path path,
                                                       java.lang.String moduleName)
      • tryAddModule

        public static boolean tryAddModule​(java.nio.file.Path[] paths,
                                           java.lang.String moduleName,
                                           java.lang.StringBuilder args)
      • getJavaVersion

        public static int getJavaVersion​(java.lang.String version)