mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, android]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# dalvikvm
|
|
|
|
> Android Java virtual machine.
|
|
> More information: <https://source.android.com/docs/core/runtime>.
|
|
|
|
- Start a specific Java program:
|
|
|
|
`dalvikvm -classpath {{path/to/file.jar}} {{classname}}`
|