Hi Andrus,
Thanks for the tips I managed to find a tool to create the jar and include all references.

The tool is called: Fat Jar Eclipse Plug-In
http://fjep.sourceforge.net/

Used this tool and all is well.

Thanks

Andrus Adamchik wrote:

Then it's back to square one - my first advice. Derby classes are not the part of the exported jar, so when you run your app you have to point java to their actual location, i.e. fix this command line to reflect your environment:

java -cp derby.jar;DerbySample.jar pkgEclipseDerby.frmDataDBSample

Andrus



Reply via email to