• 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

JAD file probs

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

My application runs perfectly fine on the emulator. But once I
package it and try to run it using the JAD file, there are several
things that are going wrong,the images are not appearing, buffer
values are not getting refreshed etc. When I stop this application,
I get a error file with NullPointerException.

None of these problems are seen in the emulator, any idea whats
going on here?

Thanks in advance
-S
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

did you check that your images files are in the jar file ?

On some device, the png files must be indexed to be properly displayed, if not it will appear in black even if it is displayed correctly on the emulator.
reply
    Bookmark Topic Watch Topic
  • New Topic