![]() |
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:
I'm a beginning Java programmer and am going through Bruce Eckel's "Thinking in Java" book. Here is the fairly simple code I am trying to run. The compiler is giving me the following error, "Class InnerProblem18 not found in type declaration or import." This error doesn't seem to make sense. In general, my compiler doesn't seem to "like" inner classes, as I have tried to compile some of the example source code dealing with Anonymous Inner Classes, and that chokes also. Any ideas? package Eckel.Chapter8.package1; /** public class Problem18 extends Object { Replies:
|
Sponsored Links
|