Search:

Type: Posts; User: bean

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,580

    Re: get terminal value back to ide?

    a right i was using that command in terminal and movd to ide but your not just right your damb right thanks
  2. Replies
    5
    Views
    1,580

    Re: get terminal value back to ide?

    thanks found th answer at that link


    Runtime rt = Runtime.getRuntime();
    Process proc = rt.exec("wget http://ipecho.net/plain -O - -q ; echo");
    InputStream...
  3. Replies
    5
    Views
    1,580

    get terminal value back to ide?

    hi im using ubuntu an if i run the command
    wget http://ipecho.net/plain -O - -q ; echo
    then my external ip is displayed in the terminal but if i run this with runtime... in java how do i get the...
Results 1 to 3 of 3