There was error occurred in Line 14.
Exception in thread \"main\" java.lang.RuntimeException: Uncompilable source code - Erroneous sym type: >
Exception in thread \"main\" java.lang.RuntimeException: Uncompilable source code - Erroneous sym type:
I got this error message because I copied and pasted code without including the package name. I added the package name and it was fixed.