From: Nicola K. B. <nic...@ap...> - 2005-08-08 09:49:05
|
Tianyi Wang wrote: > hi: > > i just install the demo with tomcat, it's can display the http://127.0.0.1:8080/jChartsServletExamples/index.html > > but when i change the code, i reload the pages in brower, it's don't display the changes. I don't know this, but... > i want to compile the PieChart2DServlet.java > > but when i use the command: > javac org\jCharts\demo\simpleServlet\PieChart2DServlet.java > > it's tell me 18 errors ... > how can i do with it? ...this is basic Java, you have to put the jcharts jar in the classpath. To do this, read about it on the java.sun.com or in the JDK documentation. -- Nicola Ken Barozzi nic...@ap... - verba volant, scripta manent - (discussions get forgotten, just code remains) --------------------------------------------------------------------- |