Hi all,
When I am trying to build my project it gives the following error.....
C:\buildarea\eSongBulk\src\main\java\com\hfa\esongbulk\service\HibernateSessionFactory.java:[24,36] generics are not supported in -source 1.3
(try -source 1.5 to enable generics)
private static final ThreadLocal<Session> threadLocal = new ThreadLocal<Session>();
But in my Environment Variables my JAVA_HOME is set to jdk1.5.0_10. Is there any reason why
maven is not seeing this? How do I make it to?
Or else can I specify the correct JDK in my pom.xml somehow?
Thanks for any help.