fork download
  1. class Idiom105
  2. {
  3. public static void main (String[] args) throws java.lang.Exception
  4. {
  5. String s = System.getProperty("sun.java.command");
  6. System.out.println("Program is " + s);
  7. }
  8. }
Success #stdin #stdout 0.04s 711168KB
stdin
Standard input is empty
stdout
Program is tested.zip