java - 'cannot find symbol' error during super call to javax.xml.ws.Service -
when using build script compile jax-ws classes, compiliation errors thrown complaining 'cannot find symbol' though included correct jar in classpath (jaxws-api.jar), printed out classpath entries make sure depenedent classes there. further ideas?
[javac] symbol : constructor service(java.net.url,javax.xml.namespace.qname,javax.xml.ws.webservicefeature[]) [javac] location: class javax.xml.ws.service [javac] super(wsdllocation, servicename, features); [javac] ^ [javac] 3 errors
just searched around , found related in 1 previous post. trying same , keep updated.
Comments
Post a Comment