Search:

Type: Posts; User: Brt93yoda

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    2,525

    Re: Digital Watch program and Sorting arrays

    I'm sorry, but I can't understand your broken English.
  2. Replies
    9
    Views
    2,525

    Re: Digital Watch program and Sorting arrays

    In linux I just do Runtime.getRuntime().exec("clear");
  3. Replies
    9
    Views
    2,525

    Re: Digital Watch program and Sorting arrays

    I think you have to use cmd.exe not command.com.
    try this

    String[] cmd = {
    "cmd.exe",
    "cls"
    };
    Runtime.getRuntime().exec(cmd);
Results 1 to 3 of 3