root/openwsman/trunk/bindings/java/README

Revision 2809, 493 bytes (checked in by nashif, 2 years ago)

added README

Line 
1
2 Java Bindings
3 ================
4
5
6 Running test program
7 ---------------------
8
9 You have to run configure with the --enable-java option. This will generate the java
10 files for the openwsman client. After installation with 'make install' compile the java
11 files with a java compiler, for example:
12
13 # javac *.java
14
15 This will generate the class files. To run the sample program, run
16
17 # java test_identify
18
19 Make sure to modify the code to reflect your wsman service settings and authentication data.