How do I use the keycode Ive been issued?
To upgrade from the demo version, you need to have purchased one of the products and been issued with a licence key. Once you’ve been sent the keycode: • For the Graph Library: • If you’re running it as an application, add the following line of code to your program BEFORE the first graph is created, ideally within an initialization routine Graph.setLicenseKey(“…”); • If you’re running the Tag Library to create graphs from XML or JSP files, you need to add the license key as a “context parameter” to the “web.xml” file of your web application. It should be placed as the first block after your opening