fr.umlv.corosol
Class Corosol

java.lang.Object
  extended by fr.umlv.corosol.Corosol

public final class Corosol
extends java.lang.Object

The Corosol Java launcher.

Author:
Christophe Deleray

Constructor Summary
Corosol()
           
 
Method Summary
static JVirtualMachine getVirtualMachine()
          Returns the Virtual Machine.
static void main(java.lang.String[] args)
          Creates and starts the JVM.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Corosol

public Corosol()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
Creates and starts the JVM.

Parameters:
args - the command line
Throws:
java.lang.Throwable

getVirtualMachine

public static JVirtualMachine getVirtualMachine()
Returns the Virtual Machine.