• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Uncaugh Exception NoclassDefFoundError

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have a runtime error when i run a bluetooth midlet on an emulator:

Uncaught exception ...NoClassDefFoundError:
javax/ bluetooth /LocalDevice: Cannot create class in system package .

what does that mean?

I already have the LocalDevice.class inside my classpaths so why doesn't the compiler see it.

the midlet involved JSR-82, i just compiled the JSR-82 source files, and therefore i created the classes.. and then i just pointed to the directory of the classfiles..

Whats wrong?
 
reply
    Bookmark Topic Watch Topic
  • New Topic