From: books at ejurka.com (Kris Jurka) Date: Fri, 15 Feb 2008 18:58:39 -0500 (EST) Subject: [Pljava-dev] User defined Function In-Reply-To: <001001c86f02$27e9ca70$a5c8a8c0@perantoarr> References: <001001c86f02$27e9ca70$a5c8a8c0@perantoarr> Message-ID: On Thu, 14 Feb 2008, Andreas Rossel wrote: > I found a workaround to my problem. If I put my method in a second class > beside the class with the main-routine it works! :D > > Is this the way it should be? > No, that's not right. Perhaps your jar file isn't being created correctly? Your original description stated that you needed to add a main method to be able to create the jar in the first place which sounds suspicious. Perhaps verifying it with "jar -tf myjarfile.jar" and checking to see that everything is there would tell us something. Kris Jurka