I would like to have the ability to create an executable jar file. I know eclipse has the option to specify the executable class when building a jar, but the resulting jar file only contains the class files in the project being exported, it does not include classes from related projects that are needed to make single distributable jar file.
The reason for wanting this is because we have taken over a project that was previously maintained in JBuilder and this was something it has the ability to do (and the customer wants it that way).
So to summarise,
1. Create jar (exists already)
2. Select executable class (exists already)
3. Include all referenced classes in other projects (new)
I realise this probably goes more to the core of eclipse than to any J2EE related function, but if there is anything that could be done, or better yet if anyone knows of another plug in that gives this function, please let me know.