Uses of Class
edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager

Packages that use ClassPathManager
edu.rice.cs.drjava.model.repl Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. 
edu.rice.cs.drjava.model.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
 

Uses of ClassPathManager in edu.rice.cs.drjava.model.repl
 

Fields in edu.rice.cs.drjava.model.repl declared as ClassPathManager
private  ClassPathManager JavaInterpreterTest._classPathManager
           
protected  ClassPathManager SimpleInteractionsModel._classPathManager
           
private  ClassPathManager InteractionsModelErrorTest._classPathManager
           
 

Uses of ClassPathManager in edu.rice.cs.drjava.model.repl.newjvm
 

Fields in edu.rice.cs.drjava.model.repl.newjvm declared as ClassPathManager
private  ClassPathManager InterpreterJVM._classPathManager