1

I have developed a J2ME application in which the application reads files from the Memory Card. Those are audio files to be specific. I need to supress the propmts which occure everytime when the audio files are accessed. I am using NetBeans 6.8 and tried signing it to be trusted in the properties. It didn't work.

Can someone Pls help..!

Wim Coenen
  • 66,094
  • 13
  • 157
  • 251
Sripaul
  • 2,227
  • 9
  • 36
  • 60

2 Answers2

2

You need your app. running in trusted domain for that , than you can specify that for file IO "ask once"

Also See

jmj
  • 237,923
  • 42
  • 401
  • 438
1

what you have sign is limited to your system for not asking for permition when you are implementing those application on mobile device at that time you require signing certificates

following are trusted 3rd party domain through which you can sign application

  • Thawte
  • Verisign

for more reference follow this link.

Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47