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 value back to java ? cant assigne it to string ,the toString() just give memery location and there are no other aplicable methods does any know of a way cos all i can think of doing is writing it to a file and scanning it and damb it im sick of writing stuff to files