When compiling the source not using the jars I get a couple of circular references. For example Chart requires Event and Event requires Chart. I was able to use the jars to get around this however, I don’t believe this is a good solutions. Am I doing something wrong? I am a C++ guy not an expert Java developer (at least not yet). I am sure there is a little trick I just don’t know it.
Joe
Compiler Errors
Re: Compiler Errors
You should provide the java compiler with the information where to find depending source files (-sourcepath) . It should then be able to resolve dependencies.