|
From: David S. <da...@ev...> - 2006-10-08 22:17:43
|
A simple question regarding using the Method 1 - WrapperSimpleApp Integration with my java application which I normally run from Windows command line "java proxy parm1 parm2 parm3". Getting error: Unable to locate the class proxy: java.lang.ClassNotFoundException: proxy What should I be defining in my wrapper.conf to overcome this error? The application proxy comprises just class proxy with method 'public static void main(String args[]).' Regards, David |