mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-21 09:01:56 -07:00
7 lines
141 B
Java
7 lines
141 B
Java
package com.oracle.dalvik;
|
|
|
|
public final class VMLauncher {
|
|
private VMLauncher() {
|
|
}
|
|
public static native int launchJVM(String[] args);
|
|
}
|