Search found 3 matches

by majalitto
Wed Nov 19, 2003 6:04 pm
Forum: JFreeChart
Topic: calling from a jsp page
Replies: 5
Views: 7695

calling from a jsp page

I have a jsp page where I would like to include a chart. I simple called the servlet using the image source attribute and setting it to the servlet. <img src="/MyServlet" /> The servlet creates a chart based upon session attributes that are created. When I enter the name of the servlet in the addres...
by majalitto
Wed Nov 19, 2003 4:15 pm
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError: org/jfree/ui/Drawable
Replies: 1
Views: 5101

java.lang.NoClassDefFoundError: org/jfree/ui/Drawable

I am using WebSphere v5. I created a simple servlet called TestPie. It worked fine on my local machine running Tomcat. But now that I have deployed it on my development server, I get this error. Does anyone know why? [Servlet Error]-[org/jfree/ui/Drawable]: java.lang.NoClassDefFoundError: org/jfree/...
by majalitto
Tue Nov 11, 2003 6:11 pm
Forum: JFreeChart
Topic: trying to get started
Replies: 0
Views: 1745

trying to get started

:cry: :cry: Plesae Help! I have use ant to compile all of the classes. I was trying to recreate the First.java file for testing. But I get: Exception in thread "main" java.lang.NoClassDefFoundError: org/jfree/util/PublicCloneable at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.Clas...