PRB: java.lang.NoClassDefFoundError:com/ms/com/LicenseMgr Error

ID: Q169810


The information in this article applies to:


SYMPTOMS

Attempting to execute a Java Applet that was generated by the Database Wizard for Java from outside Developer Studio, generates the following run- time error:

error: java.lang.NoClassDefFoundError:com/ms/com/LicenseMgr


CAUSE

When an applet is run in Internet Explorer and outside of Developer Studio, the applet is not trusted and does not have access to ILicenseMgr. ILicenseMgr is available only to trusted applets.


RESOLUTION

Create a CAB that contains the classes of the applet and digitally sign the CAB with the CodeSign kit.


STATUS

This is by design since only trusted applets should have access to the ILicenseMgr. The ILicenseMgr allows the creation of COM objects on the client. If an untrusted applet was allowed to create COM objects via ILicenseMgr, any applet could use this method to alter the client machine in any number of ways.


MORE INFORMATION

For more information on Cab and Sign technology, look in the Cab&Sign folder on the Visual J++ CD-ROM. The Visual J++ CD-ROM also includes a sample called CabAndSign that gives step-by-step instructions on how to create Cab files and Test Certificates.


REFERENCES

For more information, please see the MSDN Web Workshop:

http://msdn.microsoft.com/workshop/default.asp

Additional query words: COM DAO RDO trusted LicenseMgr


Keywords          : kberrmsg kbwizard kbMFC kbVC kbDSupport JCOM jcab JDB 
Version           : WINDOWS:1.1
Platform          : WINDOWS 
Issue type        : kbprb 

Last Reviewed: July 23, 1999