lots of bugfixes and refactoring

This commit is contained in:
Joel Dice
2008-12-01 19:38:00 -07:00
parent 4a1dd3a8f7
commit 25ade1484a
13 changed files with 814 additions and 599 deletions

View File

@ -14,8 +14,6 @@ import java.net.URL;
import java.net.MalformedURLException;
public class SystemClassLoader extends ClassLoader {
private Object map;
protected native Class findClass(String name) throws ClassNotFoundException;
protected native Class findLoadedClass(String name);