mjpell
September 14th, 2000, 11:54 AM
Please tell me why my applet won't start. I get a 'class not found error' no matter what I do with this applet tag. I tried a test applet, where the applet was not defined in a Java package and it started just fine.
Is there something special to do for java packages with IE ?
I'm 100% positive that my package name and class name are correct. The dataccess.cab file is inthe current directory. I've tried specifying the class name with the .class and without, with double-quotes and without, with the package name and without, and every combination I could think of.
email me at mjpell@sol-plus.com and I'll send you the cab file.
<HTML>
Attempting to run dataccess from a signed cab file
<APPLET
code="dataccesstool.gui.DATAccessToolApplet.class"
width=100
height=100>
<PARAM NAME=cabbase VALUE=dataccess.cab>
</APPLET>
</HTML>
My goal here is to run a Swing applet using the Plug-in in IE 5.0 as a trusted applet. I've purchased the Authenticode digital certificate from Verisign, Inc. I've figured out how to create the CAB file and to sign the CAB file. Just haven't figured out how to run the crazy thing yet.
Any suggestions would be GREATLY appreciated. I've spent hours reading the MS site, and am not getting anywhere.
Thanks,
Mike "losing hair in clumps" P.
Is there something special to do for java packages with IE ?
I'm 100% positive that my package name and class name are correct. The dataccess.cab file is inthe current directory. I've tried specifying the class name with the .class and without, with double-quotes and without, with the package name and without, and every combination I could think of.
email me at mjpell@sol-plus.com and I'll send you the cab file.
<HTML>
Attempting to run dataccess from a signed cab file
<APPLET
code="dataccesstool.gui.DATAccessToolApplet.class"
width=100
height=100>
<PARAM NAME=cabbase VALUE=dataccess.cab>
</APPLET>
</HTML>
My goal here is to run a Swing applet using the Plug-in in IE 5.0 as a trusted applet. I've purchased the Authenticode digital certificate from Verisign, Inc. I've figured out how to create the CAB file and to sign the CAB file. Just haven't figured out how to run the crazy thing yet.
Any suggestions would be GREATLY appreciated. I've spent hours reading the MS site, and am not getting anywhere.
Thanks,
Mike "losing hair in clumps" P.