From: <php...@li...> - 2011-12-15 22:18:46
|
Hi, > JavaCodage2.jar (I unzipped the jar and found it under config/P12/DM.p12), > but apparently it doesn't look there. Sounds like a classloader issue. Please check w/ your application server vendor. Please see the getResource Java documentation for details. http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html#getResourceAsStream%28java.lang.String%29 |