Tuesday, February 17, 2004

Re: Code Review

Downloaded, but haven't followed your instructions yet... I will (soon).

Just wondering how exactly are Java apps deployed? When you compile your .java source files, a .class file is generated. In a large project with 100s of files (your app actually has quite a lot of files) how would you package that? You don't have .exe's and .dll's in the java world do you? I have heard of .jar files, but it seems more like zip than an exe.

No comments: