• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ClassNotFoundEXception

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I am using Netbeans5.0 with MObility2.2. My Project is about chatting using Bluetooth.. The problem is that i am getting ClassnotFoundException.. Netbeans will take care or classpath right? so what might be the problem.. I get this exception when i run in the Emulators...
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the question that I'd be asking is in two parts - are you getting the exception within Netbeans, and which emulator are you running? (IE, is it one specifically for a device you'd be running this on, or is it the generic one that Sun provides in the WTK (or some equivalent)?)

If it is a device specific emulator, are you sure that the device you're targeting supports JSR-82 (Bluetooth)?

Just asking so I can try to help.
 
Ranganath s.Junpal
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmm ya i am using wtk2.2 and ya i am gettin this error in emulator also when i try to launch my application.. N in Netbeans also.. I am targettin my app for NOkia 6600.. I tried on the device also.. its not gettin launched in the actual device as well.. nokia 6600 supports jsr-82 for bluetooth
 
Theodore Casser
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's more helpful, yes. If you could let us see the stack trace of what's bombing, that might tell us what you're missing.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic