I was installing hybris 5.6.3 and encountered issue with java version incompatibility :
Hybris installation issue 5.6.3 : : de/hybris/ant/taskdefs/DbDriverValidator : Unsupported major.minor version 52.
Solution :
To fix this issues , observed that version to support ANT (setantenv.bat) is different that what was running as JRE.
Changed the environment path to JDK 1.8 solved issue of building.
Cheers
Hybris installation issue 5.6.3 : : de/hybris/ant/taskdefs/DbDriverValidator : Unsupported major.minor version 52.
Solution :
To fix this issues , observed that version to support ANT (setantenv.bat) is different that what was running as JRE.
Changed the environment path to JDK 1.8 solved issue of building.
Cheers