Re: No luck with thread

1998-07-02 Thread Paul Ho
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

No luck with thread

1998-06-30 Thread Markian Jaworsky
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