wsimport issue in ANT task
This appears when the ANT is running. Does anyone know what I can set the path right? I am using Eclipse and it's using JDK, also JAVA_HOME is set correctly.
[wsimpor开发者_如何学Pythont] command line: wsimport "C:\Program Files\Java\jre6\bin\java.exe" ...
Thanks in advance!
UPDATE: I believe the actual reason is that in build.xml, ${java.home} is pointing to JRE rather than JDK... while i have set JAVA_HOME in Windows, also point to the JDK in eclipse.
I had the same problem, used this code
See if this help:
https://gist.github.com/rponte/850815
精彩评论