Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Examples/SDO/SdoClassGen

The SDO compiler can be run to generate Static SDO Java files from an XML Schema. The following are examples of the most common usage:

<ECLIPSELINK_HOME>/eclipselink/bin/sdo-compiler.sh -sourceFile example.xsd -targetDirectory targetDirectory
<ECLIPSELINK_HOME>\eclipselink\bin\sdo-compiler.cmd -sourceFile example.xsd -targetDirectory targetDirectory


For more detailed compiler options:

<ECLIPSELINK_HOME>/eclipselink/bin/sdo-compiler.sh -help
<ECLIPSELINK_HOME>\eclipselink\bin\sdo-compiler.cmd -help

Copyright © Eclipse Foundation, Inc. All Rights Reserved.