java - Eclipse Jar export script -


I have a common project that I want to split into Eclipse. This is an Android shared library, which should be in some jar files only, others need to have a small shared library.

In addition to manually keeping small projects manually, what is the best way to handle this?

If I have given it a project path, then is there a way to create a script to create a jar file exported from Eclipse?

What about generating various JARs?

Reference to Jar work:


Comments