RE: ClassDefNotFound

2010-05-03 Thread VU, Thi Thu Thuy
I've already had it in my classpath (java build class). So , what did you mean? 
Can you show me how to do?
Thanks

-Original Message-
From: SAMIK CHAKRABORTY [mailto:sam...@gmail.com] 
Sent: lundi 3 mai 2010 10:27
To: dev@shindig.apache.org
Subject: Re: ClassDefNotFound

Hi,

You need to include Apache Abdera jar file into your classpath. You can
download the same from:

http://abdera.apache.org/#abdera.1.0

Check for the version that you need.

On Mon, May 3, 2010 at 1:09 PM, VU, Thi Thu Thuy wrote:

> Hello,
>
> I created a new site and use lib of shindig; I don't use maven to build my
> site.
> When I run my site with my own database, it occurred an error:
> java.lang.NoClassDefFoundError:
> org/apache/abdera/protocol/server/context/ResponseContextException
>
> I don't know this problem.
> Could you tell me, pls?
> Thanks a lot.
>



-- 
Very Best
-Samik
For my blog:http://lispsamik.blogspot.com/


Re: ClassDefNotFound

2010-05-03 Thread SAMIK CHAKRABORTY
Hi,

You need to include Apache Abdera jar file into your classpath. You can
download the same from:

http://abdera.apache.org/#abdera.1.0

Check for the version that you need.

On Mon, May 3, 2010 at 1:09 PM, VU, Thi Thu Thuy wrote:

> Hello,
>
> I created a new site and use lib of shindig; I don't use maven to build my
> site.
> When I run my site with my own database, it occurred an error:
> java.lang.NoClassDefFoundError:
> org/apache/abdera/protocol/server/context/ResponseContextException
>
> I don't know this problem.
> Could you tell me, pls?
> Thanks a lot.
>



-- 
Very Best
-Samik
For my blog:http://lispsamik.blogspot.com/


ClassDefNotFound

2010-05-03 Thread VU, Thi Thu Thuy
Hello,

I created a new site and use lib of shindig; I don't use maven to build my site.
When I run my site with my own database, it occurred an error: 
java.lang.NoClassDefFoundError: 
org/apache/abdera/protocol/server/context/ResponseContextException

I don't know this problem.
Could you tell me, pls?
Thanks a lot.