|
From: Aiman Y. <wr...@co...> - 2004-01-06 15:24:16
|
Hi. Just joined the mailing list today (just started using the software last week). I've run into a problem where I get the error: jvm 1 | WrapperSimpleApp: Unable to locate a static main method in class com.my.class.Bla: java.lang.NoSuchMethodException: com.my.class.Bla.main([Ljava.lang.String;) I looked in the code of Bla (not my code), and there was no main class, however Bla extended BlaParent which does have a main class. So when Bla is run from the command line, it works. So does anybody know how to have WrapperSimpleApp launch Bla even though it uses BlaParent's main function to start? And one more (non-related) question. Is there a way to search the mailing list archives? I went through all the subjects of the archives on the web looking for the word "main" hoping to find this question already asked. I didn't find anything though, so I apologize if this is a repeat question. Thanks, Aiman |