Package com.openfin.desktop
Class RuntimeLauncher
- java.lang.Object
-
- com.openfin.desktop.RuntimeLauncher
-
public class RuntimeLauncher extends java.lang.ObjectLaunch 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.StringgetExistingRVM()static voidlaunchConfig(java.lang.String runtimeConfigUrl)Launch Desktop from the specified remote configstatic voidmain(java.lang.String[] args)
-
-
-
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.URISyntaxExceptionjava.io.IOExceptionjava.lang.InterruptedException
-
-