(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 konrad.r 1.2    
14                 Install the xerces.jar in $PEGASUS_ROOT/src/Java/jars/xerces-1.4.4/ or
15                 modify the setJaveenv to suit your directory structure.
16 kumpf    1.1 
17              2. Java 1.4  version ( JRE 1.4 )
18                 Use Java 1.4 version because it includes JSSE (for SSL).
19              
20              
21              
22              
23              Release Components
24              ==================
25              
26              README.txt                        --> This readme file
27              cimclient.jar                     --> Client API SDK and also includes CIM Listener APIs
28              cim.properties                    --> Sample configuration file
29              
30              MyCertTrustManager.java           --> Sample Certificate Trust Manager
31              IgnoreCertificate.java            --> Sample Certificate Trust Manager
32              
33              examples/                         --> Example Client Applications
34              
35              examples/Indication/              --> Example of CIM Listener, Consumer Applications
36              
37 kumpf    1.1 
38              Configuration
39              =============
40              Java CLASSPATH should include:
41              
42              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:.
43              
44              
45              
46              References:
47              ===========
48                - Please refer to the Release Notes for detailed information

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2