what is the exact way to use Endorsed directory in jdk1.6
- by raticulin
I want to upgrade my jaxws to 2.2 (jdk1.6 comes bundled with jaxws 2.1). My jdk is (I did not install public jre):
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode)
In jaxws' own doc they explain how to do it:
One way to fix this is to copy jaxws-api.jar and…