(file) Return to README.txt CVS log (file) (dir) Up to [Pegasus] / pegasus-JavaCIMClient

 1 kumpf 1.1 README: WBEM Java Client API
 2           ============================
 3           
 4           The Java CIM interfaces allow developers to write CIM Clients to manipulate
 5           and manage CIM Managed Objects.
 6           
 7           Requirements
 8           ============
 9           
10           1. The apache xerces XML parser. 
11              Use version Xerces 1.4.4, If you have not got one with SDK, Download it from
12                  http://xml.apache.org/dist/xerces-j/
13           
14           2. Java 1.4  version ( JRE 1.4 )
15              Use Java 1.4 version because it includes JSSE (for SSL).
16           
17           
18           
19           
20           Release Components
21           ==================
22 kumpf 1.1 
23           README.txt                        --> This readme file
24           cimclient.jar                     --> Client API SDK and also includes CIM Listener APIs
25           cim.properties                    --> Sample configuration file
26           
27           MyCertTrustManager.java           --> Sample Certificate Trust Manager
28           IgnoreCertificate.java            --> Sample Certificate Trust Manager
29           
30           examples/                         --> Example Client Applications
31           
32           examples/Indication/              --> Example of CIM Listener, Consumer Applications
33           
34           
35           Configuration
36           =============
37           Java CLASSPATH should include:
38           
39           CLASSPATH=/opt/java1.4/jre/lib/rt.jar:$XERCES_HOME/xerces-1_4_4/xerces.jar:/opt/java1.4/jre/lib/jsse.jar:cimclient.jar:.
40           
41           
42           
43 kumpf 1.1 References:
44           ===========
45             - Please refer to the Release Notes for detailed information

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2