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

File: [Pegasus] / pegasus-JavaCIMClient / README.txt (download)
Revision: 1.1.4.1, Tue Jul 29 14:08:27 2003 UTC (20 years, 9 months ago) by mday
Branch: pep_88
Changes since 1.1: +0 -0 lines
g10n changes merged

README: WBEM Java Client API
============================

The Java CIM interfaces allow developers to write CIM Clients to manipulate
and manage CIM Managed Objects.

Requirements
============

1. The apache xerces XML parser. 
   Use version Xerces 1.4.4, If you have not got one with SDK, Download it from
       http://xml.apache.org/dist/xerces-j/

2. Java 1.4  version ( JRE 1.4 )
   Use Java 1.4 version because it includes JSSE (for SSL).




Release Components
==================

README.txt                        --> This readme file
cimclient.jar                     --> Client API SDK and also includes CIM Listener APIs
cim.properties                    --> Sample configuration file

MyCertTrustManager.java           --> Sample Certificate Trust Manager
IgnoreCertificate.java            --> Sample Certificate Trust Manager

examples/                         --> Example Client Applications

examples/Indication/              --> Example of CIM Listener, Consumer Applications


Configuration
=============
Java CLASSPATH should include:

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:.



References:
===========
  - Please refer to the Release Notes for detailed information

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2