How To Install Wrapper Classes on the User Computer (246557)
The information in this article applies to:
- Microsoft SDK for Java 1.51
- Microsoft SDK for Java 2.02
- Microsoft SDK for Java 3.0
- Microsoft SDK for Java 3.0 Preview 1
- Microsoft SDK for Java 3.1
- Microsoft SDK for Java 3.2
- Microsoft SDK for Java 4.0
- Microsoft Visual J++ 6.0
- Microsoft virtual machine
This article was previously published under Q246557 SUMMARY
InstlWrap.exe illustrates how to install wrapper classes that your Java Object uses onto a client computer. These wrapper classes are the ones that are generated using JACTIVEX or by using the Add COM Wrappers in Visual J++ 6.0.
This sample contains two projects:
- atldll - an ATL (Active Template Library) DLL project built using Visual C++ 6.0. This contains a single method that just displays a string. The project also contains a released version of atldll.dll.
- TestWrap - the Java project built using VJ++ 6.0. This includes TestWrap.java that calls the ATL DLL method created in step 1, through its wrapper classes.
Within the TestWrap project, you find these files:
- TestWrap.bat - the batch file that contains the commands to cab and sign.
- TestWrap.htm - the html file that loads the applet.
REFERENCES
For more information on DUBUILD or CABARC and Code-Signing, please refer to the SDK For Java documentation at the following Microsoft Web site:
For additional information on how to make your java code trusted under Internet Explorer, click the article number below
to view the article in the Microsoft Knowledge Base:
193877 How To Make Your Java Code Trusted in Internet Explorer
For support information about Visual J++ and the SDK for Java, visit the following Microsoft Web site:
Modification Type: | Major | Last Reviewed: | 6/14/2006 |
---|
Keywords: | kbdownload kbfile kbhowto kbJava kbJNative kbSample kbSecurity KB246557 kbAudDeveloper |
---|
|