Launcher.st
changeset 1970 57099491a1bc
parent 1954 f0a78d543892
child 1973 b9f91a173aa9
--- a/Launcher.st	Fri Dec 04 15:53:37 1998 +0100
+++ b/Launcher.st	Fri Dec 04 16:34:37 1998 +0100
@@ -3353,7 +3353,9 @@
     box addComponent:(Button 
                         label:(resources string:'Reinit VM now') 
                         action:[
-                                Java initialize.
+                                Java classPath size == 0 ifTrue:[
+                                    Java initialize.
+                                ].
                                 Java classPath size == 0 ifTrue:[
                                     self warn:'No JDK found'.
                                 ] ifFalse:[
@@ -3390,7 +3392,7 @@
     box destroy
 
     "Created: / 18.7.1998 / 22:32:58 / cg"
-    "Modified: / 5.11.1998 / 20:40:50 / cg"
+    "Modified: / 4.12.1998 / 16:17:06 / cg"
 !
 
 keyboardSettingsFor:requestor 
@@ -5865,5 +5867,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.392 1998-11-05 19:42:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.393 1998-12-04 15:34:37 cg Exp $'
 ! !