Skip to content

Instantly share code, notes, and snippets.

@Hromenique
Last active August 29, 2015 14:05
Show Gist options
  • Save Hromenique/6b970c5757c54d8edc58 to your computer and use it in GitHub Desktop.
Save Hromenique/6b970c5757c54d8edc58 to your computer and use it in GitHub Desktop.
Recuperar Host em Java e IBM BPM
//IBM BPM 8
Packages.java.net.InetAddress.getLocalHost().getHostName();
//Java
java.net.InetAddress.getLocalHost().getHostName();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment