You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./com.example.HelloWorld/com.example.HelloWorld -rvm:Dos.name="test"
Hello, World
test
java code:
public class HelloWorld {
public static void main (String[] args) throws Exception {
System.out.println("Hello, World");
System.out.println(System.getProperty("os.name"));
}
}
-D properties should be honoured by final binary (init.c?)
The text was updated successfully, but these errors were encountered: