The information in this article applies to:
SUMMARYHow does the Msdev.exe, in Visual J++, relax the security in Internet Explorer so that my applet can run outside the Java sandbox, despite the fact that it is not in a signed .cab file? MORE INFORMATION
In the Microsoft virtual machine, which is included with Internet
Explorer 3.x and 4.0x, only trusted class files can access resources
outside the Java sandbox. Class files from digitally signed .cab files are
trusted. If the HTML file is run from Microsoft Developer Studio, the class
files are also trusted. This can be very helpful during applet development.
However, to deliver your applet to other users, you must place them in a
signed .cab file.
REFERENCESFor additional information on making your Java Code trusted in Microsoft Internet Explorer, please refer to the following Knowledge Base article: Q193877 HOWTO: Making your Java Code Trusted in Internet ExplorerFor more information on CAB signing, please see the SDK for Java documentation and the following article in the Microsoft Knowledge Base: Q168941 INFO: Frequently Asked Questions for CAB FilesFor more information on additional security restrictions for the Virtual Machine for Java (version 2252 or higher) included with either the SDK for Java or Internet Explorer 4.0x, please see the following article in the Microsoft Knowledge Base: Q175622 PRB: SecurityExceptionEx Exception Running a Java AppletFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, please see the following pages on the Microsoft Technical Support site: http://support.microsoft.com/support/visualj/ Additional query words:
Keywords : kbSDKJava300 kbSDKJava310 JVM kbSDKJava320 |
Last Reviewed: November 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |