I suggest you work through the "New to Java" tutorials available on the Java website, which will help you understand classpaths (how it finds the code, where it looks) and the tools for development (compilers, jars and jar tools, etc).
http://www.oracle.com/technetwork/topics/newtojava/gettingstarted-jsp-138588.html On Mon, May 2, 2011 at 11:12 PM, daniel <[email protected]> wrote: > > Yes, that makes sense, but I can't find any .class files. Nothing came up in > a search either. > > It must be that the .jar files contain all the .class files. Now how can I > unzip them?
