Jeff Greenland wrote:
Thanks, I'll go through and see if anything in here gives me some hints. However, I'm not getting "ClassNotFound" exceptions -- my files are not even compiling because the compiler "Cannot Resolve Symbol". My problem lies in that the compiler (jasper) cannot find my compiled classes, even though the logs seem to show that they are in the classpath.
It seems from the snipplets you posted, that you class is not in a package. As I understand it, a package declaration is required for jasper to reference custom classes correctly. Try putting your class in a package.
Phil
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]