I want to make a basic BlackBerry program that when opened executes a line of code.
When I make it with a basic "Hello World" UI it works fine, but when I just have the line of code with no UI, I get "Uncaught exception: no Application instance"
From my testing this leads me to believe the OS needs something to tell it that the application has been instantiated and can deliver code.
How can I make a program without an UI that when run from a app icon press will open and be able to deliver the code?