Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Have the .class via ant build, but how to get .jar file?
I have a simple java package that contains a few MySQL functions that want to call from other code. I would like to create a .jar file for it.
I can run Export and create an Ant build.xml file, and then run it to get my .class file. How do I create a .jar file as well? (and if this involves changes to the build.xml, is there an example to follow?)