I am using Eclipse & have some packages that I want to export into a JAR file (not a runnable ones). I just need it so I can import it into another Java project to use the classes.
When I exported them, most of the packages are exported but there are a few packages that appears to be empty. I've selected Export generated class files and resources
and Export Java source files and resources
. I also tried changing the option here and there just to figure it out but it still gives me the same results.
Is there a configuration that I missed?