Class RuntimeLauncher


  • public class RuntimeLauncher
    extends java.lang.Object
    Launch Runtime from embedded RVM
    Since:
    11/19/14
    Author:
    wche
    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeLauncher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getExistingRVM()  
      static void launchConfig​(java.lang.String runtimeConfigUrl)
      Launch Desktop from the specified remote config
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuntimeLauncher

        public RuntimeLauncher()
    • Method Detail

      • launchConfig

        public static void launchConfig​(java.lang.String runtimeConfigUrl)
        Launch Desktop from the specified remote config
        Parameters:
        runtimeConfigUrl - remote config location
      • getExistingRVM

        public static java.lang.String getExistingRVM()
      • main

        public static void main​(java.lang.String[] args)
                         throws java.net.URISyntaxException,
                                java.io.IOException,
                                java.lang.InterruptedException
        Throws:
        java.net.URISyntaxException
        java.io.IOException
        java.lang.InterruptedException