How to get the ip of the computer on linux through Java ?
I searched the net for examples, I found something regarding NetworkInterface class, but I can't wrap my head around how I get the Ip address.
What happens if I have multiple network interfaces running in the same time ? Which Ip address will be returned.
I would really appreciate some code samples.
P.S: I've used until now the InetAddress class which is a bad solution for cross-platform applications. (win/Linux).