The information in this article applies to:
SUMMARYThis article explains how to install Java packages into the Java Package Manager (JPM), without the aid of a download tool, such as Internet Explorer. MORE INFORMATION
To install a package into the JPM from the command line, using the Rundll32 interface, first put it into a standard ZIP file or a CAB file with an Open Software Distribution (OSD) manifest. Here is a brief explanation of the OSD specification from the Microsoft Developer Network (MSDN): Software distribution. Recently Microsoft and Marimba co-authored and submitted a specification to the Worldwide Web Consortium (W3C) called Open Software Description (OSD) that describes the delivery of software applications over the Internet. OSD uses unique XML tags to describe software components, including their versions, underlying structure, relationships to other components, and dependencies. It can describe and reference platform-native code (such as Macintosh, Win32, or ActiveX components) as well as Java packages and applications.Next, use the JPM Rundll32 interface as follows. NOTE: An alias in %windir%\Downloaded Program Files is created only while installing a CAB file with an OSD, and not while installing a ZIP file. But in both the cases, a ZIP file with a mangled name will be created in %windir%\java\packages as expected. This ZIP file contains the package being installed. %windir% here represents the Windows directory. Replace System32 by System in the example below while using Windows 95/98.
© Microsoft Corporation 1999, All Rights Reserved. Additional query words: kbSDKJava Rundll32 JPM
Keywords : kbJavaVM kbSDKJava kbVJ kbWinOS98 kbGrpJava kbSDKJavaFAQ kbJavaVMFAQ |
Last Reviewed: October 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |