The Source for Java Technology Collaboration


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

Topic JAR . { Edit | Ref-By | Printable | Diffs r1 | More }
 XML java.net RSS

Revision r1 - 23 Jul 2003 - 19:45:18 - Main.swpalmer
Parents: WebHome