我有一个继承的Java应用程序,它运行在Weblogic 12.2.1服务器上。它使用的是JDK 1.8.0_172。
当我尝试使用ANT build.xml文件构建它时,我得到以下错误:
Annotation processor 'com.sun.tools.ws.processor.modeler.annotation.WebServiceAp' not found
错误指向build.xml文件中的此行...
<jwsc srcdir="${src}" includeantruntime="false" destdir="${ear.dir}" verbose="off" debug="on" classpathref="compile.class.path" >
我试着把我的Weblogic恢复到12.1和其他几个版本--到目前为止什么都没有用。
而且我不知道要修复什么,因为我在项目或工作区中找不到对WebServiceAp的引用。
有什么建议吗?提前谢谢。
转载请注明出处:http://www.cshftz.com/article/20230526/1939708.html