A running
Create jar files intended for
Various IDEs have tools to generate a list of contents for a jar file based on your application. If your application requires classes from other jar files, you have a choice:
Use this option when you need only a small subset of the classes in the third-party jar file.
Use this option when you need most or all of the classes in the third-party jar file, since your application and third-party logic can be upgraded separately.
Use this option when the classes are already installed on a user's machine (for example, Objectspace's JGL classes).