The JEPS should implement its own version of ping. The ping program should
extend BaseConsoleProgram from the Smart API, something like this:

// PingProgram.java
package org.jos.jeps1a;

import org.jos.gchii.smartprogram2a.BaseConsoleProgram;

public PingProgram
    extends BaseConsoleProgram {
  public PingProgram() {
  }
  public void run() {
  :
  }
}


_______________________________________________
Kernel maillist  -  [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel

Reply via email to