There are many similar questions, but there isn’t much for this. I have a Netbeans project with a bunch of packages. Only one has Mine. I would like to be able to create .jar from only one package (and all the classes that it contains, of course), which does not have a main one.
Is this possible if you do not put this package in another project or do not twist it with build.xml? If the latter, any easy way or good rtfm links?
The bottom line is that I am developing a part of the college application, each member of the group is developing a module. If everyone can provide their .jar, the main project can only include banks and use them. I assume that all the networks in the jars really will not suffer? But still...
source
share