getResourceAsStream() returns null if the resource cannot be found. Is theMain.class file in the same directory as the sshlogin.conf?You may want to try:Main.class.getResourceAsString("sshlogin.conf")