My Library jar file is not working in Eclipse but working fine in Net-Beans, I tired but it shows
07-05 17:34:09.064: E/AndroidRuntime(560): java.lang.NoClassDefFoundError: fi.joensuu.joyds1.calendar.IslamicCalendar
Any suggetions are Appreceated
My Library jar file is not working in Eclipse but working fine in Net-Beans, I tired but it shows
07-05 17:34:09.064: E/AndroidRuntime(560): java.lang.NoClassDefFoundError: fi.joensuu.joyds1.calendar.IslamicCalendar
Any suggetions are Appreceated
From Android Latest Version of sdk we must place external jar files in a folder called libs.
Good luck
EDIT
You will need to add the library to your build path. You can do this by right clicking it in Package Explorer and selecting add to build path, or by editing the build settings manually.