Search:

Type: Posts; User: aliaa2a

Search: Search took 0.23 seconds.

  1. Re: adding get mothods to a class extending thread

    Thanks Freaky Chris, it works like a charm.

    :)
  2. Re: adding get mothods to a class extending thread

    Hello Json, sorry i was away for the last couple of days...

    anyways, i have the following class, used to get the ls (unix command) of a file

    public class TestGetDate {
    String result;
    ...
  3. adding get mothods to a class extending thread

    here is what i am trying to do...

    i have a class to run system commands which extending the Thread class.
    inside this class, a method called getOutput() that should return a string with the...
Results 1 to 3 of 3