PDA

Click to See Complete Forum and Search --> : Minimum Classes (or other Files) Required for Deployment?


Nov 24th, 2000, 04:30 PM
When I create MyClass.class from MyClass.java; how can I be sure that I've included all of the classes that are dependencies of MyClass.class into say, a jar file?

I really only want the minimum amount of classes required for deployment, but I think even the standard deployment classes have changed for version 1.3. What are they?

If I am using version 1.3, which files are the minimum required to be included in a jar file for deployment. For instance, I believe I need more than just *.class files.