Package edu.rice.cs.drjava.model.repl.newjvm

Manages the creation and invocation of the separate JVM used by the interactions pane.

See:
          Description

Interface Summary
InterpreterJVMRemoteI This interface specifies the methods that the interpreter JVM exposes for the MainJVM to call.
MainJVMRemoteI This interface specifies the methods that the Main JVM exposes for the InterpreterJVM to call.
 

Class Summary
InterpreterJVM This is the main class for the interpreter JVM.
MainJVM Manages a remote JVM.
NewJVMTest Tests the functionality of the new JVM manager.
NewJVMTest.TestJVMExtension  
 

Package edu.rice.cs.drjava.model.repl.newjvm Description

Manages the creation and invocation of the separate JVM used by the interactions pane.