 |
The standard way to bundle Java programs is in a Java ARchive or JAR file. If you are deploying on the web via WebStart you will need to package your application into one or more JAR files. (Including any native code shared libraries that you will be accessing via JNI).
Learn more at the Jar Files Tutorial
-- ScottWPalmer - 23 Jul 2003
|