Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Examples/SDO/SdoClassGen

< EclipseLink‎ | Examples‎ | SDO
Revision as of 13:35, 22 October 2007 by Unnamed Poltroon (Talk) (New page: 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>/bin/sdo-compiler.sh -sourceFile ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>/bin/sdo-compiler.sh -sourceFile example.xsd -targetDirectory targetDirectory
<ECLIPSELINK_HOME>\bin\sdo-compiler.cmd -sourceFile example.xsd -targetDirectory targetDirectory


For more detailed compiler options:

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

Back to the top