Re: Creation of an executable jar problem

2005-02-01 Thread Eric Rotick
On Tue, 01 Feb 2005 12:44:48 -0500, Eric Giguere <[EMAIL PROTECTED]> wrote: > Do you have your Main-Class entry in the manifest? > > HTH. > Eric. > > Eric Rotick wrote: > > >I've created an executable jar. When I run it with > > > >java -jar my

Creation of an executable jar problem

2005-02-01 Thread Eric Rotick
I've created an executable jar. When I run it with java -jar myjar.jar I get the NoClassDefFoundError: error. I've looked in the list archives and there are several posts about ant not creating an executable jar correctly but none of these come to any real conclusion as to why. I've extracted t