| [news.eclipse.platform.swt] Re: Deploying SWT Application and swt-pi-gtk-3236 |
jar cmf manifest1.txt SunMouseDatabase1.jar MouseDatabaseApp.class ./lib/*
I needed to include all the class files in the directory by doing this:
jar cmf manifest1.txt SunMouseDatabase1.jar *.class ./lib/*
and now it works fine.