Friday, May 15, 2009

Installing JAX-WS

Currently, I am using JAX-WS 2.1.7. You can get it from here.

1. Download JAX-WS binary from https://jax-ws.dev.java.net/2.1.7/

2. Execute this jar as java -jar JAXWS2.1.7-20090419.jar

3. A subdirectory \jaxws-ri will be created (you can copy this to another location later)

4 Add in the following environment variables in wsgen.bat and wsimport.bat in the bin dir:

(For example)
set JAXWS_HOME=D:\Apache\jaxws-ri
set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_13

5. Remember to use the JAXWS_HOME path in eclipse.

No comments:

Post a Comment