I'm developing first j2me app which should just open a browser with some url. I do it with only one line of code
platformRequest(URL);
When I run it - it always asks me "Do I really want to open such URL"
How can I solve it? Will the app signing on the verisign solve my problem?