Search found 1 match

by Ankita
Thu Mar 16, 2017 5:00 pm
Forum: JFreeChart
Topic: Plotting points from in x-y chart
Replies: 1
Views: 2885

Plotting points from in x-y chart

I am using Tomcat 8, oracle 10g and java 1.8 i am trying to plot some points (x and y coordinates) from database. I have written the following code. I am able to compile my code. but am unable to run it in my server using google chrome. This is my code import java.io.*; import javax.servlet.*; impor...