Runtime Exception: Uncompilable source code

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Mike Keller
Posts: 23
Joined: Mon Jul 06, 2009 12:59 pm

Runtime Exception: Uncompilable source code

Post by Mike Keller » Mon Aug 02, 2010 3:50 pm

I am continuing my work on a jfreechat project. I have a pretty strange problem - this program I wrote last year worked, and now it doesn't. Unfortunately, in all my efforts to try to rectify things, I seem to have made it worse. Here is my current error.

Code: Select all

Uncompilable source code - package org.jfree.chart does not exist
The thing is, both the jcommon and jfree jars are in my CLASSPATH. So I have no idea what could be doing this.

Locked