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

-debug option in appletviewer tool seems to be disabled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P1 P1
    • None
    • 1.3.0
    • tools



      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>

      *****************
      ======================================================================

            iris Iris Clark
            sshakilasunw Shahulhameedmohaideenhaleema Shakila (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: