2 Replies Latest reply on Sep 5, 2008 2:38 AM by amarnath.gajula

    error: unable to find cxf-manifest.jar file

    amarnath.gajula

      Hi,

      when i want to run the command wsdl2java -d build/classes ..........(to generate java from wsdl), i am getting the error message like "'wsdl2java' is not recognized as an internal or external command".........what to do?

      if i place wsdl2java.bat file in that location(samples\wsdl_first), then I am getting the error like "unable to find cxf-manifest.jar"(though I put the jar file in classpath") pls help me?

        • 1. Re: error: unable to find cxf-manifest.jar file
          dkulp_dkulp

          You need to make sure the "bin" directory of the installation is on your path.  Either that or use the full path to the wsdl2java.bat file:

           

          c:\blah\blah\bin\wsdl2java -d .........

          • 2. Re: error: unable to find cxf-manifest.jar file
            amarnath.gajula

            many thanks. i have some more doubts. i installed tomcat and ant1.7.0 in my C directory.when i installed fuse framework, one fuse_env script file was generated.it has the jdk path defined by me.apart from this, all the path variables are by default it is showing.do i need to set ant path, catalina_home path manually in environment variables or modify the fuse_env script and run it.pls reply.this is the first time am working on IONA.