Preparation of Java routines with no SQLJ clauses

Java routines that contain no SQLJ clauses are written entirely in JDBC. You can use one of three methods to prepare Java routines with no SQLJ statements.

Those methods are:

  • Prepare the Java routine to run from a JAR file. Running Java routines from JAR files is recommended.
  • Prepare the Java routine with no JAR file.
  • Use IBM® Optim Development Studio to prepare the routine.

    You can use this method regardless of whether the routine is in a JAR file.