DB2 Version 9.7 for Linux, UNIX, and Windows

SQLJ application and applet options for Windows

The bldsqlj.bat batch file builds SQLJ applications and applets on Windows operating systems. bldsqlj.bat specifies a set of SQLJ translator and customizer options.

Recommendation: Use the same SQLJ translator and customizer options that bldsqlj.bat uses when you build your SQLJ applications and applets on Windows operating systems.

The options that bldsqlj.bat includes are:
sqlj
The SQLJ translator (also compiles the program).
%1.sqlj
The SQLJ source file.
db2sqljcustomize
The SQLJ profile customizer.
-url
Specifies a JDBC URL for establishing a database connection, such as jdbc:db2://servername:50000/sample.
-user
Specifies a user ID.
-password
Specifies a password.
%1_SJProfile0
Specifies a serialized profile for the program.