I have scoured the internet for multiple hours trying desperately to figure out how to place a JFreeChart in a JSP page.
Nothing works. I am not sure why, I am not very good at JSP, so maybe its because I am missing something. I am using netbeans with glassfish.
How to display line graph using JFreeChart in jsp?
I feel that the above link has promise. I tried it, but to no avail. all I get is a little image box with an x in it.
http://jspmaster.blogspot.com/p/bar-charts.html
I also tried the above link. Its a different strategy. I get the same stupid little image box with an x in it.
At this point I just want to show an empty graph. I'll deal with specifics later, but I can't even do that.
Would there be any reason why this doesn't work? Am I missing something so simple?
Perhaps someone could recommend another technology I could use for displaying bar charts on a web page. I was thinking ASP.net would be a lot easier.
Thanks,
Jake