At 03:45 PM +1100 07/01/98, Markian Jaworsky wrote:
>Still no luck with the suggested thread change.
>
>Specifically, when compiling a program which uses threads comes with:
>robot.java -
>"Could not instantiate /java/lang/Thread"
Can you run some of the demo like NervousText?
Cheers,
Paul
Still no luck with the suggested thread change.
Specifically, when compiling a program which uses threads comes with:
robot.java -
"Could not instantiate /java/lang/Thread"
//robot.java, an intended java 1.1 program
import java.awt.*;
import java.awt.applet.*;
public class robot extends Applet