0

I am trying to create an Android project and get the Bayeux Java Client library working for it. I have the cometd library imported in my eclipse and I also added the projects to the build path of my project.

My project builds fine, but on execution, I keep getting the NoClassDefFound error. I am not sure, how to set my project up.

Are there any examples that I can refer to?

Any help is greatly appreciated. Thanks,

Vishesh Joshi
  • 1,601
  • 2
  • 16
  • 32

1 Answers1

0

I do the same thing and musst add some Other third party libraries. Check the NoClassDef Exception which class is needed and wasn't found. I Google the required class and add it to my libs folder. If i remember right it were some jetty client libs (3 or 4).

Happo
  • 1,375
  • 3
  • 16
  • 34