Files
tldr/pages.tr/android/dalvikvm.md
Vitor Henrique 006abfda34 pages*: sync https://developer.android.com more info links (#12288)
* pages*: sync https://developer.android.com more info links

* dalvikvm: fix wrong link
2024-02-22 17:53:50 +05:30

9 lines
209 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# dalvikvm
> Android Java sanal makinesi.
> Daha fazla bilgi için: <https://source.android.com/docs/core/runtime>.
- Bir Java programı başlar:
`dalvikvm -classpath {{örnek/dosya.jar}} {{sınıf_ismi}}`