Re: [android-developers] Help needed - Stopped by NoClassDefFoundError when using a java library - JmDNS

2011-02-18 Thread Justin Anderson
What is the class that you get the NoClassDefFoundError for? It may be that the jar is trying to use a class that is available with standard Java but is not available through Android. On Wed, Feb 16, 2011 at 6:15 PM, scott_ggle wrote: > I am writing a test application using JmDNS which is java

[android-developers] Help needed - Stopped by NoClassDefFoundError when using a java library - JmDNS

2011-02-18 Thread scott_ggle
I am writing a test application using JmDNS which is java lib for multicast DNS discovery. (downloaded from http://jmdns.sourceforge.net/). The exception is thrown at creation of an instance of the class. This indicate the class definition is not found as I understand it. So it looks like there is