NoSuchMethodError: com.sun.tools.apt.Main.process
843833Mar 8 2006 — edited Aug 23 2006Im trying to build the web services from Chapter 1 "Creating a Simple Web Service and Client with JAX-WS" in the jwstutorial20. I'm excuiting 'ant compile-service'
as par the tutorial and get a 'build failed' with java.lang.NoSuchMethodError: com.sun.tools.apt.Main.process(Lcom/sun/mirror/apt/AnnotationProcessorFactory;[Ljava/lang/String;)I
I have made sure the class path contains tools.jar from the <install>\Sun\AppServer\jdk\lib but still get this error.
Any ideas?
Thanks
Adam