Convert a serialized profile instance to Java class format using the SQLJ profile conversion tool (profconv)

The SQLJ profile conversion tool (profconv) converts a serialized profile instance to Java™ class format. The profconv tool is needed because some browsers do not support loading a serialized object from a resource file that is associated with an applet. Run the profconv utility to perform the conversion.

To run the profconv utility, type the following on the Qshell command line:
     profconv MyApp_SJProfile0.ser

where MyApp_SJProfile0.ser is the name of profile instance you want to convert.

The profconv tool invokes sqlj -ser2class. See sqlj for command line options.
Related concepts
Structured Query Language for Java profiles
The structured query language for Java (SQLJ) translator (sqlj)
Precompile SQL statements in a profile using the DB2 SQLJ profile customizer, db2profc
Print the contents of DB2 SQLJ profiles (db2profp and profp)
SQLJ profile auditor installer (profdb)
Embed SQL statements in your Java application
Related tasks
Compile and run SQLJ programs