|
From: Jacob C. <jca...@gm...> - 2007-08-23 16:41:53
|
I am having some real trouble getting the wrapper to start up my application. This is the error that I get: Unable to locate the class cashmatch.client.CMClient: java.lang.ExceptionInInitializerError I am using integration method #1. The weird thing is that it is finding the class, because if I spell the class name wrong I get a different error: Unable to locate the class cashmatch.client.CMlient: java.lang.ClassNotFoundException: cashmatch.client.CMlient So, I don't know why it is telling me it can't find the class, when it obviously is. If anybody has seen anything like this or has any suggestions, that would be greatly appreciated. -Jacob |