Compile failed; see the compiler error output for details

前端 未结 5 1643
梦谈多话
梦谈多话 2020-12-10 12:25

When I tried to compile build.xml file, below error is hitting:

BUILD FAILED

C:\\Users\\workspace\\testrepo\\src\\build.xml:36: Comp         


        
5条回答
  •  渐次进展
    2020-12-10 12:47

    If you are using Weblogic to generate the client, you must add the "weblogic.jar" from the installation directory into the Additional Classpath, so Ant will know where the Ant.tools.... exist.

    I got the same issue and I am trying to solve this problem not adding it as additional classpath since I copy all jars into my project, but still getting this error.

提交回复
热议问题