Loads a specified class.
Parameters: fn - is the file name of the .class to load. the file name isa relative patht to the 'src' directory. Parameters: remove - indicates if the .class must be removed the JavaClass loaded exception: SpeedoException - if the file cannot be loaded
Saves the new bytecode of the specified Java class under a specified base
directory.
Parameters: jclass - the Java class that has to be saved exception: SpeedoException - if the file cannot be written