Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4686147

Call to constructor of java.awt.Frame hangs the application on WindowsME

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.4.1
    • client-libs
    • x86
    • windows_98

      Following Application hangs when executed on WindowsME or Windows98:

      ***********************************
      import java.awt.*;
      public class SampleFrame extends Frame
      {
      public static void main(String args[])
      {
      new SampleFrame();
      }
      }

      How to reproduce:
      =================
      1. Save the following code in a file named "SampleFrame.java"
      2. set the path to b11 of hopper
      3. Compile the class using " javac SampleFrame.java"
      4. Execute the application

      "java SampleFrame"

      Application hangs as "java" process keeps on running without giving the control back to Console.

      JDK used: jdk1.4.1 build 11
      OS's affected: WindowsME and Windows98.

      NOTES:
      1. On other Window OS's it is working fine.
      2. The same application works fine with B10 of hopper on all the OS's

            mmartaksunw Michael Martak (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: