1

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

Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78
zero
  • 11
  • 1

1 Answers1

0

From Android Latest Version of sdk we must place external jar files in a folder called libs.

  1. create a new folder in the project named libs
  2. place your external jar file in that folder
  3. no need to give the path to the project in eclipse. It will automatically exists

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.

ScouseChris
  • 4,377
  • 32
  • 38
Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78
  • I am folder lib folder in my project as well as i had build path but don't know, why it is not working .... :( – zero Jul 20 '12 at 14:53