I have a JavaME project in Eclipse (Pulsar 3.5; Galileo).
I have another project with common code in it in the same workspace and this is referenced from my app.
When I choose 'package app' it generates a jad/jar in the project's deployed folder, but the classes from the referenced project are not included.
Is it possible to include these classes into the final jar automatically?