Added support for running Getdown as a signed applet as well as support for

running our target application directly in the same JVM instead of forking off
a new VM.
This commit is contained in:
Michael Bayne
2006-06-06 23:29:47 +00:00
parent dc5fa529e0
commit 7bfd596beb
6 changed files with 442 additions and 121 deletions
+8
View File
@@ -23,3 +23,11 @@
-keep public class com.threerings.getdown.launcher.Getdown {
public static void main (java.lang.String[]);
}
-keep public class com.threerings.getdown.launcher.GetdownApp {
public static void main (java.lang.String[]);
}
-keep public class com.threerings.getdown.launcher.GetdownApplet {
*;
}