-
Bug
-
Resolution: Duplicate
-
P1
-
None
-
1.3.0
-
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-4280230 unable to invoke the debugger using "appletviewer -debug" - ClassNotFoundExcepti
-
- Resolved
-