How do I install Odesys Charts CE?
Odesys Charts 2.0 CE is a set of Java applets packaged in the charts20ce.jar file and its instalation is no diferent that the instalation of any other applet. The jar file has to be placed in a shared location on your web server so the web browsers can load the jar when a chart applet is used in a web page. See the examples for how to place the chart applets in web pages. • How do I install Odesys Charts SE? Odesys Charts 2.0 SE contains the charts20se.jar file that contains classes and packages needed to generate chart images. It will most likely be used by either Servlet or JSP. The jar file has to be in the classpath when the particular Servlet or JSP is executed. All used packages should be imported by the Servlet/JSP. See the server-side examples for more details. The easiest way to run the Odesys Charts 2.0.1 SE examples locally with Tomcat 3.X is to add the following context definition to the server.xml file. It assumes that Odesys Charts 2.0.1 SE files are placed in the c:/char