A vender I'm working with provided a static library (.a) and two header files. I'm purely a Java guy, and we'll eventually get to a pure Java library, but in the meantime I'd like to test using ...
I'm writing an ANT build file for deployment and I have a problem with creating jar files. Before ANT I used JBuilder to build jar files and it expanded other (library) jar files and included the ...