[5348] in java-interest
Applet Can't start problem
daemon@ATHENA.MIT.EDU (Patrick W. Christensen )
Tue Feb 6 11:45:30 1996
Date: Tue, 6 Feb 1996 07:16:10 -0800
From: donchris@ix.netcom.com (Patrick W. Christensen )
To: Java-interest@java.sun.com
Win95
When trying to run the following applet in an HTM, I get the message
"Applet can't start: Class Foo was not constructed properly"
class Foo {
public int foo = 10;
public int foo() {
return 20;
}
}
I also get the message with anything I try to run.
Also the compiler can't find browser.Applet when I try to compile a
simple applet with it. I can't find browser.Applet on my computer
either. I have downloaded JAVA-BETA.EXE twice trying to overcome the
problem. Can anyone tell me what is wrong? Help would be greatly
appreciated.
DonChris@ix.netcom.com
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com