Files
tldr/pages.uk/android/dalvikvm.md
Bohdan Karashchuk ae66fa6d6f android/*: add Ukrainian translation (#11317)
* android/*: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-28 13:46:11 +05:30

9 lines
292 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.
> Більше інформації: <https://source.android.com/devices/tech/dalvik>.
- Запустити конкретну Java програму:
`dalvikvm -classpath {{шлях/до/файлу.jar}} {{ім'я_класу}}`