-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.4.1
-
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
***********************************
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
- duplicates
-
JDK-4683602 creating a DragSource causes a hang in windows 98
-
- Closed
-