Calling a Java stored procedure, trigger, or User Defined Function when the ctreeSQLSP.jar file was not available terminated the server. While the server could correctly start with the Java runtime engine loaded, the stored procedure class file could be referenced without actually being present. A proper check is now made to ensure this class is available, and if not, a SQL_ERR_JSPTENOTSUP error is returned.