-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
kestrel
-
generic
-
generic
Name: ssC76496 Date: 10/11/99
testcase
---------
*************
/*
<applet code="testBugApp.class" height=100 width=200>
</applet>
*/
import java.applet.*;
import java.awt.Graphics;
public class testBugApp extends Applet {
public void paint(Graphics g) {
g.drawString("Here is the BUG!!!",20,20);
}
}
*************
C:\bugstock\mixed_g-I\appletviewer>appletviewer -debug testBugApp.java
Can''t find the debugger!
C:\bugstock\mixed_g-I\appletviewer>appletviewer_g -debug testBugApp.java
Can''t find the debugger!
C:\bugstock\mixed_g-I\appletviewer>
*****************
======================================================================
- duplicates
-
JDK-4280231 -debug option in appletviewer tool seems to be disabled
-
- Closed
-