Creating a java library
Posted
by Albinoswordfish
on Stack Overflow
See other posts from Stack Overflow
or by Albinoswordfish
Published on 2010-04-09T14:44:06Z
Indexed on
2010/04/09
14:53 UTC
Read the original article
Hit count: 405
This may be a silly question, but right now I have a rather large class that I want to use as a library. Where somebody can simply add this jar file to their classpath. And then simply do an import statement at the top, then he or she can start using this class.
Is there anything special I need to do or can I simply just use the jar file built?
© Stack Overflow or respective owner