Java Reference
In-Depth Information
figure 10-10  
To fix this, you'll need to explicitly provide the location of the JDK. Depending on the version you
installed and the architecture you're using, this might either be located in C:\Program Files\
Java\jdk*VERSION * or C:\Program Files (x86)\Java\jdk*VERSION* . Make sure to check the
exact location. In this case, it's C:\Program Files\Java\jdk1.8.0_05 . Execute the following com-
mand to point wsimport in the right direction:
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_05
Run wsimport again; you should now get back some helpful information, as shown in Figure 10-11.
figure 10-11  
Search WWH ::




Custom Search