I did not find any information about how to create my own library from a package that I made. For example, my project contains 3 packages (A, B, C), but I only want to create an library using the package C. How can I do this? Is it possible?
Thanks.
Make a new project with particular package and mark it as a library project and just build project and a jar for will be generated in your bin folder.