Hi everyone, I'm experiencing a chain of runtime exceptions which I believe starts with a ClassNotFoundException for a Trove library class I'm using in my custom jar. Here's a copy of the error output: http://pastie.org/1741485.
I created a test java application that used the same Trove library and class and did not experience the same exceptions. In NetBeans I can dig down into the .jar file for the Trove library and see that the class I'm importing is indeed there, so the runtime exceptions are a complete mystery to me. Can anyone help or at least confirm that the issue that's causing my job to fail is due to the ClassNotFoundException? Thanks in advance, John
