*** empty log message ***
authorcg
Thu, 02 May 1996 09:08:52 +0000
changeset 30 a85fb8f85586
parent 29 eb3367f8fb9b
child 31 644123641e2c
*** empty log message ***
loadAll
--- a/loadAll	Wed May 01 16:22:55 1996 +0000
+++ b/loadAll	Thu May 02 09:08:52 1996 +0000
@@ -1,11 +1,15 @@
 Smalltalk fileIn:'Java.st'.
 
+Smalltalk fileIn:'JavaObject.st'.
 Smalltalk fileIn:'JavaClass.st'.
 Smalltalk fileIn:'JavaMethod.st'.
 Smalltalk fileIn:'JavaString.st'.
+Smalltalk fileIn:'JavaContext.st'.
 
+Smalltalk fileIn:'JavaBrowser.st'.
 Smalltalk fileIn:'JavaClassReader.st'.
 Smalltalk fileIn:'JavaDecompiler.st'.
+Smalltalk fileIn:'JavaInterpreter.st'.
 Smalltalk fileIn:'JavaExceptionTableEntry.st'.
 
 Smalltalk fileIn:'JavaRef.st'.
@@ -24,3 +28,10 @@
 Smalltalk fileIn:'JavaUnresolvedNameandTypeConstant.st'.
 Smalltalk fileIn:'JavaUnresolvedStringConstant.st'.
 
+!
+
+Java flushClasses. 
+JavaClassReader loadClass:'java/util/Stack'. 
+JavaBrowser open
+!
+