Skip to content

Instantly share code, notes, and snippets.

@bertvv
Created December 16, 2014 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bertvv/7082bd1c0fbaf8b5ac8c to your computer and use it in GitHub Desktop.
Save bertvv/7082bd1c0fbaf8b5ac8c to your computer and use it in GitHub Desktop.
Medium post: Troubleshooting slow Netbeans startup
public class TestLocalHost {
public static void main(String[] args) throws Exception {
System.out.println(java.net.InetAddress.getLocalHost());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment