How do I set additional classpath (e.g. jdbc driver) when start as a service in NT?
Please edit and remove all the -cp items in espresschart\services\chserver.ini file, and put them with added zip or jar files, in controlPanel\system\environment as a system classpath. All the zip and jar files must be added to CLASSPATH in one command line. I got an Exception “Out of Memory” This indicates that either the Chart Designer or EspressManager has run out of memory. To increase the memory for either component, modify batch files generated by the installation and add the following argument -Xmx64M before the “-classpath” argument. The “64M” portion increases the heap size of the Java process to 64 megabytes. You can allot more or less memory as your system allows. The colors become black and white when charts are exported in GIF format. The chart has two many color levels for making GIF. On NT, please go to control panel/display/settings and reduce the color levels to less than 256 colors.
Please edit and remove all the -cp items in espresschart\services\chserver.ini file, and put them with added zip or jar files, in controlPanel\system\environment as a system classpath. All the zip and jar files must be added to CLASSPATH in one command line. I got an Exception “Out of Memory” This indicates that either the Chart Designer or EspressManager has run out of memory. To increase the memory for either component, modify batch files generated by the installation and add the following argument -Xmx160M before the “-classpath” argument. The “160M” portion increases the heap size of the Java process to 160 megabytes. You can allot more or less memory as your system allows.