0 Replies Latest reply on Sep 28, 2007 2:14 PM by ansantharam

    Errors compiling jbossws-samples-1.2.0.GA

    ansantharam

      Using JDK1.4 with JBoss-WS 1.2GA

      During the compilation of the sample applications getting the following errors:

      compile14:
      [javac] Compiling 106 source files to C:\jbossws-1.2.1.GA\jbossws-samples-1.2.0.GA\output\classes
      [javac] C:\jbossws-1.2.1.GA\jbossws-samples-1.2.0.GA\src\main\java\org\jboss\test\ws\JBossWSTest.java:41: cannot access org.jb
      oss.ws.core.utils.DOMWriter
      [javac] bad class file: C:\jbossws-1.2.1.GA\jbossws-samples-1.2.0.GA\lib\jbossws-core.jar(org/jboss/ws/core/utils/DOMWriter.cl
      ass)
      [javac] class file has wrong version 49.0, should be 48.0
      [javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
      [javac] import org.jboss.ws.core.utils.DOMWriter;
      [javac] ^
      [javac] 1 error

      BUILD FAILED
      C:\jbossws-1.2.1.GA\jbossws-samples-1.2.0.GA\build.xml:361: Compile failed; see the compiler error output for details.

      Any help is appreciated.