Compiling SQLJ Classes

To compile a SQLJ class into Java .class files:

  1. Set the project's SQLJ translator options to control how the file is compiled.
  2. In the Workspace Navigator, locate and select the SQLJ class.
  3. Right-click the class, and choose Make from the context menu.
  4. 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.

Embedding SQL in Java Programs with SQLJ

 

Copyright © 1997, 2004, Oracle. All rights reserved.