class not found error - com.steema.teechart.IBaseChart

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
SDG
Newbie
Newbie
Posts: 40
Joined: Tue Apr 08, 2003 4:00 am

class not found error - com.steema.teechart.IBaseChart

Post by SDG » Thu Jun 18, 2009 5:27 am

Hello,

I added "import com.steema.teechart.IBaseChart;" to CreateGraph.java source. Even after this I get error. Please find the attached source.

Error;
--------
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Servlet execution threw an exception
root cause
java.lang.NoClassDefFoundError: com/steema/teechart/IBaseChart
com.CreateGraph.doGet(CreateGraph.java:27)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.14 logs.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.14

Kindly advice me.

Thanks in advance,
Best,
Veeranna Ronad.
src.7z
Creating TChart in servlet.
(7.95 KiB) Downloaded 899 times

Marc
Site Admin
Site Admin
Posts: 1254
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: class not found error - com.steema.teechart.IBaseChart

Post by Marc » Thu Jun 18, 2009 12:28 pm

Hello Veeranna,

This appears to be the same as the issue reported in thread http://www.teechart.net/support/viewtop ... =10&t=9897.

If that is the case, please note that the issue is being looked at and we'll post a reply as soon as possible.
Regards,
Marc Meumann
Steema Support

Post Reply