1. Newb Problems - ClassPath error? Not sure... jfree.orgHi, I am trying to compile a sample program just to get JFreeChart running for my first time. As in the title, I seem to have a problem with my classpath, but I'm not sure why. I am either getting "package not found" or "cannot find symbol" (etc...) error messages when I compile. I have read the FAQ and I have ... |
2. Problem with Classpath jfree.orgI build a applet try to display real-time value. It could be run with appletviewer normally. But once I embeded it into jsp, and deploy the jsp under Tomcat, the error come: java.lang.NoClassDefFoundError: org/jfree/chart/event/ChartProgressListener Tomcat web.xml of my project is set as: |
3. GNU Classpath 0.92 jfree.org |
4. is setting classpath variables necessary jfree.orghi, new to jfreechart and having difficulty getting it to work. i have the developer guide and have tried to run the 'first' example but get run time errors of cannot find class definition public cloneable in util. any suggestions? have i falled to set the class path, if so would it not refuse to compile? perhaps i have unpacked something ... |
5. classpath variables jfree.org |
6. Classpath help jfree.orgHi All, I have written a small program in eclipse and deliver it as a standalone jar file. I use the JFreeChart graphing capabilities, and include in this jar file the following files: jcommon-1.0.6.jar, jfreechart-1.0.3.jar and my Manifest looks like: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: 1.5.0_08-b03 (Sun Microsystems Inc.) Built-By: Me Main-Class: MyProgram Class-Path: jcommon-1.0.6.jar jfreechart-1.0.3.jar but I still ... |
7. Classpath in browser, using netbeans jfree.orgHi, Ive instaled jfree on netbeans, and it works fine on appletviewer, but on the browser I am getting a:NoClassDefFoundError. As far as I know, the browser finds .jar files that are set on the archive tag. Ive added both to the archive tags. I think the problem has to do with the fact that, adding .jars on netbeans, makes the ... |