Java implementation of checking 'happy' numbers
To build project use 'mvn package' command. This will create executable JAR file that prints 'happy' numbers in range 1 - 1000.
You can also import JAR file in you project and use 'happy' number check via org.test.happynum.HappyNumberUtil.isHappyNumber() method.