0

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/

ShirazITCo
  • 1,041
  • 6
  • 23
  • 38

2 Answers2

1

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

HackToHell
  • 2,223
  • 5
  • 29
  • 44
1

I used One-jar to make easily distributable jar. Not sure if that fits here.

Jayan
  • 18,003
  • 15
  • 89
  • 143