Skip to content

Commit ce0ecf6

Browse files
author
mgricken
committed
Fixed bug 3069101: HelloWorld Applet Throws Exception
Moved calls to Applet.init() and Applet.start() into a thread that is not the event thread. git-svn-id: file:///tmp/test-svn/trunk@5396 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 7f27d4d commit ce0ecf6

File tree

14 files changed

+23
-7
lines changed

14 files changed

+23
-7
lines changed

drjava/lib/dynamicjava-base.jar

-448 Bytes
Binary file not shown.

drjava/lib/javalanglevels-base.jar

-210 Bytes
Binary file not shown.

drjava/lib/platform.jar

-34 Bytes
Binary file not shown.

drjava/lib/plt.jar

3.3 KB
Binary file not shown.

drjava/src/edu/rice/cs/drjava/model/compiler/JavacCompiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public static String transformRunCommand(String s) {
304304

305305
// we pass MyClass.class just to get a "Static Error: Undefined class 'MyClass'"
306306
String ret = JavacCompiler.class.getName()+".runCommand(\""+s.toString()+"\", "+className+".class)";
307-
System.out.println(ret);
307+
// System.out.println(ret);
308308
return ret;
309309
}
310310

dynamicjava/lib/plt.jar

3.3 KB
Binary file not shown.

eclipse/lib/plt.jar

3.3 KB
Binary file not shown.

javalanglevels/lib/plt.jar

3.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)