Search found 7 matches

by md315
Fri Jul 23, 2004 3:22 pm
Forum: JCommon
Topic: Version troubles
Replies: 13
Views: 54763

Ok since it looked as though the build couldn't find org.jfree.base.Library I realized that the build was still using jcommon-0.9.3a.jar rather than the jcommon-0.9.5.jar I had in the ant/lib directory. When I replaced that with jcommon-0.9.5.jar I got an error that the build required jcommon-0.9.3a...
by md315
Thu Jul 22, 2004 6:20 pm
Forum: JCommon
Topic: Version troubles
Replies: 13
Views: 54763

I recently tried this solution a couple ways without success. I am able to build the project using the old version of JFreeReportInfo. But when I replace it with this code I get the following error from ANT. C:\OTHERL~1\JFREER~1\SOURCE>ant -f ..\ant\build.xml Buildfile: ..\ant\build.xml build-all: i...
by md315
Wed Jul 21, 2004 4:23 pm
Forum: JCommon
Topic: Version troubles
Replies: 13
Views: 54763

I hope so I have this problem as well......
by md315
Wed Jul 21, 2004 3:31 pm
Forum: JFreeChart
Topic: Call Oracle procedure to create Chart
Replies: 1
Views: 2242

Call Oracle procedure to create Chart

Hello all,
I have a procedure that I use with JfreeReports to create a report. I do this by looping through the rows and populating the data rows with the found data from the cursor. I was wondering if there are any built in facilities for creating charts based on procedures.
by md315
Tue Jul 20, 2004 1:51 pm
Forum: JFreeChart
Topic: problem using JDBCXYChartDemo demo
Replies: 4
Views: 4263

I think I figured it out. I am using JFreeReports (jfreereport-0.8.4_10) in the same project which has a different JCommon jar within it's lib's. When I created a project for charts on it's own it worked fine.
:D
by md315
Tue Jul 20, 2004 1:28 am
Forum: JFreeChart
Topic: problem using JDBCXYChartDemo demo
Replies: 4
Views: 4263

To followup, it appears that many (if not all) of the premium demo's give me the same error. But I don't get this error if I run the main jfreechart demo. Both are 9.20... error: java.lang.VerifyError: org.jfree.chart.JFreeChartInfo at org.jfree.chart.JFreeChart.<clinit>(JFreeChart.java:187) at org....
by md315
Tue Jul 20, 2004 1:16 am
Forum: JFreeChart
Topic: problem using JDBCXYChartDemo demo
Replies: 4
Views: 4263

problem using JDBCXYChartDemo demo

I just purchased the documentation for JFreeChart and tried using one of the demo's for doing a JDBC XY chart called JDBCXYChartDemo.java . I can get it to compile ok but when I step through debugging it the demo crashes while doing createTimeSeriesChart . Error: java.lang.VerifyError: org.jfree.cha...