Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Everything you need is included in the source code zip file you downloaded. When you unzip it, there will be a com directory, among others. The directory where you unzipped the code needs to be added to your classpath environment variable. If you want to be tricky, you can just add ".." to your classpath, then when you are in any of the directories with a particular chapter's code the compile will correctly resolve it, as well (but there are a few where there is more code in subdirectories of the chapter, which means you'd need to add "../.." to the classpath). Generally speaking, if you have a package import, eg: - Matt > I have jdk1.3.1 installed on my Windows system. > Recently purchased Bruce Eckel's book Thinking In Java. > Bruce Eckel's example uses packages which he developed. > When I compile the Bruce Eckels's java source code examples > > Need to turn in my assigment urgently and hope to use the book as a source of reference but it has been difficult throughout the > Sylvia Miner
Replies: |
Sponsored Links
|