Rewind :: The Build Process
Compilation
Either performed automatically by an IDE or done by hand or automated via ANT. The end result is a set of class files. In this example there should be two files: HelloWorld.class, and HelloWorldCanvas.class.
JARing
The project classes, the manifest and resource files are bundled into one file: HelloWorld.jar.
No comments:
Post a Comment