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

Cannot Debug 1.2 applets using Java Plug-in 1.2.2

XMLWordPrintable

    • 1.3
    • x86
    • windows_nt

      IHAC that reports:

      The result of the test case (Same results in Netscape and Explorer):
      A dialog pops up with this text: "The selected virtual machine does not support debugging."

      * This is the Java code for the applet:
      <code>
      import java.awt.*;
      import javax.swing.*;
      import java.applet.Applet;

      public class SimpleApplet
      extends JApplet
      {
          
      public void init()
      {
      JButton attrRevBtn = new JButton("foo");

      getContentPane().add(attrRevBtn);
      }

      }
      </code>

      * This is the html for loading the applet:
          <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
      width="80" height="35" align="baseline">
              <PARAM NAME="code" VALUE="SimpleApplet.class">
              <PARAM NAME="type" VALUE="application/x-java-applet">
              <PARAM NAME="mayscript" VALUE="true">
          </OBJECT>
          <COMMENT>
              <EMBED type="application/x-java-applet;version=1.2"
      mayscript = "true"
      java_CODE = "SimpleApplet.class"
      java_ARCHIVE = ""
      WIDTH = 100
      HEIGHT = 100
      pluginspage="http://java.sun.com/products/plugin/1.2/plugin-install.html">
              <NOEMBED>
              No JDK 1.2 support for APPLET!!
              </NOEMBED>
              </EMBED>
          </COMMENT>

      This is a critical problem and is completely disrupting our development. Please advise for fix to debug 1.2 applets -- using at least jdb -- when running in a browser with the Java 1.2.2 plug-in.

            stanleyh Stanley Ho (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: