Hi
I'm a beginner of using JFreeChart. I tried to run the Servlet Demo in my server, but it always appears an error of "404 File not found". I dunno how to set up the JFreeChart environment in my server...
Q1) where should I put \com\ this folder?? is it inside WEB-INF this folder or inside classes.?
Q2) Which file is the first class file i should call? I read from the demo site -> (http://coyote.aad.gov.au/JFreeServlet/example1.html ) it calls a class file called example1.class but i dont hv it in my hard disk..how to create it or where can download it?
Q3) Gilbert, you said i should read the ServletDemo1.java, ServletDemo2.java and ServletDemo2ChartGenerator.java before. i have read all. How can I compile these files? is it I need compile all java files in one time using
javac -g:none -O -verbose -classpath .:../lib/jcommon-0.7.0.jar
com/jrefinery/chart/demo/JFreeChartDemo.java
Thanks,
Gloria