I have implemented application with GWT 2.7 & GXT 4.0.1.Building application with java 7 & 8 is working file but it is failing with java6 & getting the below error.
Loading inherited module 'com.sencha.gxt.ui.GXT'
[INFO] Loading inherited module 'com.sencha.gxt.data.Data'
[INFO] Loading inherited module 'com.sencha.gxt.core.Core'
[INFO] [ERROR] Unexpected error while processing XML
[INFO] java.lang.UnsupportedClassVersionError: com/sencha/gxt/core/rebind/XTemplatesGenerator : Unsupported major.minor version 51.0
Please help me to resolve this issue.
Thanks in advance.