SQL/MX 3.2.1 Guide to Stored Procedures in Java (H06.26+, J06.15+)
Figure 6 SPJ Class Loaders in an SQL/MX UDR Server Process
Application Classes That an SPJ Can Access
A Java method that you register as an SPJ might need to access, either directly or indirectly, other
Java classes to operate properly, as shown in Figure 7.
Figure 7 Java Classes That an SPJ Can Access
To enable an SPJ method to refer to application classes, either put the application classes in the
same external path as the SPJ class or specify the locations of the application classes in the class
path.
The SPJ Environment 29










