Compiling SQLJ Classes
You can compile SQLJ classes into Java .class
files. Control compilation by setting the SQLJ translator options.
To compile a SQLJ class:
- Set the project's SQLJ translator
options:
- In the Navigator, select the SQLJ class.
- Right-click, and choose Make from the
context menu.
- See the status bar at the bottom of the JDeveloper window for the result
of the compilation. Errors, if any, will be listed in the log window.
Related topics
Embedding SQL in Java Programs with SQLJ