ExceptionInInitializerError exception
419438Aug 18 2004 — edited Nov 15 2004When I execute my java stored procedure, I get an ExceptionInInitializerError exception. This exception occurs when a static method is invoked. The class to this static method belongs to a third party JAR file (Crystal Enterprise Java SDK). My java program works fine as a standalone but I always get this exception when I try to execute it as a java stored procedure. Can anybody offer any advice?
Thanks in advance.