Oracle 9.2.0.4.0 on Windows 2003
sqlplus session, connected as SYSTEM

@initjvm.sql gives the following output>

Warning: Package Body created with compilation errors.

call initjvmaux.drp('drop table java$rmjvm$aux')
*
ERROR at line 1:
ORA-04063: package body "SYSTEM.INITJVMAUX" has errors

call initjvmaux.drp('drop table java$rmjvm$aux2')
*
ERROR at line 1:
ORA-04063: package body "SYSTEM.INITJVMAUX" has errors

call initjvmaux.drp('drop table java$rmjvm$aux3')
*
ERROR at line 1:
ORA-04063: package body "SYSTEM.INITJVMAUX" has errors

How can I go about finding out whats gone wrong?