|
Working in JARS 2
| [Previous] [Main] [Next] |
Working in JARS 2
| · | All resource must be jarred (like zip from DOS world).
|
| · | Images must be loaded with CLASSLOADER - see SetIcon.java sample below
|
| · | JAWS renames your JAR files by adding the letters "DM" to the beginning - see JAVAHELP section below
|
| · | MAKEJARRUNNABLE.JAVA - small program to create a manifest to make your JAR runnable - see code below. Example: java MakeJarRunnable Deliv.jar Deliver.class Deliver.jar. This will create a basic manifest.mf file.
|