/** * Copy this file into your app and edit it or just pass the * parameters in from the main() args in the project file. */ package com.jcomeau.blackberry.test; public class Launch extends com.jcomeau.blackberry.Common { public static void main(String[] args) { launch("test.blackberry.jcomeau.com"); } }