running JFreeCharts in Oracle Database

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
mortendc
Posts: 1
Joined: Thu Oct 23, 2008 9:13 am

running JFreeCharts in Oracle Database

Post by mortendc » Thu Oct 23, 2008 10:43 am

When I am running a test sample code using JFreeCharts (1.0.11) in a Oracle Database, I am getting this exception:

java.awt.HeadlessException

Description of exeception: "Thrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse."

Does anyone have experience attempting to run JFreeCharts in Oracle Databases?

Is there any ways to work around this problem?

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Oct 23, 2008 3:46 pm

I think it is item 10 in the FAQ that you need to read:

http://www.jfree.org/phpBB2/viewtopic.php?t=17397
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked