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:
in my case
i have solved using import with package name and class name
like this import package.class1;