i have a j2me application , it does the File IO operation, but every time it performs it , it asks user for permission. is there any way to bypass it? i heard that suppose if i make this application certified then i would be able to run it in max. secure mode to bypass such issues.
+2
A:
You should acquire a digital certificate from a so-called "certification authority" (such as Verisign) and use the JADTool utility on your jar.
See the EclipseME guide.
Manrico Corazzi
2010-04-19 12:25:57
then it won't ask for every secured operation ?
org.life.java
2010-04-19 12:31:48
Note that for Java ME, these certificates were fairly expensive. Systems like Android or, surprisingly, Blackberry, are cheaper to work with.
David N. Welton
2010-04-19 13:15:03
ok thank you for information.
org.life.java
2010-04-20 08:34:40
You're welcome, hope it worked!
Manrico Corazzi
2010-04-20 09:36:43