JAXB generate java class from xsd

Posted by dell on Stack Overflow See other posts from Stack Overflow or by dell
Published on 2010-01-20T22:16:10Z Indexed on 2010/04/19 12:43 UTC
Read the original article Hit count: 449

Filed under:
|
  1. JAXB 1.5 installed under C:\Sun\jwsdp-1.5
  2. J2SE 1.4.2 installed under C:\j2sdk1.4.2_08
  3. copied sample.xsd file to C:\Sun\jwsdp-1.5\jaxb\bin
  4. went to C:\Sun\jwsdp-1.5\jaxb\bin and ran xjc.bat -p com.package sample.xsd
  5. got error message: Unrecognized option: -p Could not create the Java virtual machine.

Please help me out, thanks a lot

© Stack Overflow or respective owner

Related posts about jaxb

Related posts about java