Embed libraries to jar file
I want to embed libraries to build a single jar file.
also i must notice that im using Netbeans IDE.
any ideas?(please explain or link to a good reference if you can)
Better Solution using ANT:
http://java.sun.com开发者_运维知识库/developer/technicalArticles/java_warehouse/single_jar/
They both do not answer your question , you need to use Ant . Refer this forums thread for details http://www.coderanch.com/t/419419/vc/there-way-netbeans-include-external
I used One-jar to make easily distributable jar. Not sure if that fits here.
精彩评论