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.
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.