How to compile my source ?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Artemis

How to compile my source ?

Post by Artemis » Sun Sep 15, 2002 4:46 am

Hi all,

It works fine for me to run the jfreechart demo and the jfreeservlet demo.
But I want to modify the code myself. so I've to compile the sources.

However, after typing the followings,

C:\jfreechart-0.9.3\src>javac -g:none -O -verbose -classpath .:../lib/jcommon-0.
7.0.jar com/jrefinery/chart/demo/JFreeChartDemo.java

there displays lots of errors.
Can you show me how and what to do ?

I am using windows 98, Tomcat 4.0.4, jsdk1.4.0_01

Artemis

David Gilbert

Re: How to compile my source ?

Post by David Gilbert » Mon Sep 16, 2002 6:26 am

It's hard to say without seeing the errors. There are step-by-step instructions for recompiling in the jfreechart-0.9.3-install.pdf document, make sure you are following those instructions.

Regards,

DG.

Locked