How can I start with dalvikvm an .jar-file with an input. Something like that:
dalvikvm -cp /path to jar/test.jar "hello"
The main method of the test.jar will be just print this hello to console. It something like that possible? What is the right way to give this input to the main method, for example as an input for String [] args of the main method.
Have you followed these steps? It looks like you need to run something like this: