I made the program Test.jar which there is a menu to run another program (Hello.jar). I've been looking for and get the following code
callLauncher("javaapp:midlet-name=Hello;midlet-vendor=Vendor");
and
PushRegistry.registerAlarm("Hello",now.getTime()+100);
but not successful - throws ClassNotFoundException
. Is there another way?