signed applets in IE
Hi,
I have a problem with signed applets in IE. I#m using JDeveloper to develop a simple applet which needs to connect to database in order to perform certain tasks.
when I try to use self-signed cab files - I get error "load class --myClassName-- not found". If I have plug-in code in html page like <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 550 HEIGHT = 400 ALIGN = middle NAME = "TestApplet" codebase="HTTP://java.sun.com/products/plugin/1.2/jinstall-12-win32.cab#Version=1,2,0,0" IE will not find the cab files ( ><param name="cabinets" value="pass.cab, jdev-rt.cab">).
As it seems I can't use the <object> tag and cab files together. Other question is: how do I get IE (and other browsers ) to support swing-components. Any help is highly appreciated, thx.

