This is the way one can start an app form the Android adb shell.
am start -n com.package.name/com.package.name.ActivityName
It is also possible to invoke dalvik vm in the adb shell, detailed in the article Basic Dalvik VM Invocation.
Whats the relation between these two commands? Is it possible to launch an app directly using dalvik vm? If not, why not?