12-25-2011 01:41 PM
I've got this problem.
I want to put a .jad app on the blackberry bold 9900 simulator
Is there a way I can do this?
The browser won't work so I can't download it from the browser...
12-25-2011 01:44 PM - edited 12-25-2011 01:44 PM
Hi @DirkieJ
You can use the javaloader tool to load your app using the jad file.
From the command line:
javaloader load myApp.jad
Hope that helps,
E.