Hello.

When I run the following code on my supervisor I am given the nimbus IP?
What is happening here? I want the IP of the host machine this code is run
on, not the nimbus.

String hostName = InetAddress.getLocalHost().getHostName();

Reply via email to