I got error while binding the xml schema int Java Object by using the JAXB complier XJC ..I got the following error..
C:\Siva\jaxbw-plugin\lib>java -jar jaxb-xjc.jar xjc -p C:\Siva\jars\test.jaxb C:
\Siva\jars\Emp.xsd -d C:\Siva\jars\objects
parsing a schema...
[ERROR] C:\Siva\jaxbw-plugin\lib\xjc (The system cannot find the file specified)
unknown location
Failed to parse a schema.
Can you anybody give the solutions for this error ?