The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
August 2001

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:

package com.bruceeckel.swing (Thinking In Java)

Posted by Bo Dirigo on August 28, 2001 at 2:46 PM

Howdie All.

I have jdk1.3 installed on my Windows system.

Recently purchased Bruce Eckel's book Thinking In Java.
Downloaded programs off of CDROM (included with book).
Bruce Eckel's example uses packages which he developed.

When I compile the Bruce Eckels's java source code examples
which include "import com.bruceeckel.swing.*" or "package
com.bruceeckel.swing", I get compilation error that reads
"package com.bruceeckel.swing does not exist". It, of course,
does in fact exist, but ... compiler cannot find it ... so

my Question - Which folder/directory should I move bruceeckel's
package to in the jdk1.3? Intuitively (at least to me) I'm not
sure where I should place it in order to reconcile compilation
error.

Thanks in advance for any and all suggestions/help.





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us