SQL/MX Guide to Stored Procedures in Java (G06.24+, H06.03+)

Writing SPJ Methods
HP NonStop SQL/MX Guide to Stored Procedures in Java523727-004
3-13
Compiling Java Classes
Compiling Java Classes
Before registering a Java method as an SPJ, you must compile your Java source file
into Java bytecode:
To compile the class file of a JDBC/MX or other Java program by using the Java
programming language compiler (javac), see the NonStop Server for Java
Programmer’s Reference or the NonStop Server for Java Tools Reference Pages.
To translate and compile the class file of an SQLJ program, see the SQL/MX
Programming Manual for Java.