我正在使用带有休眠 3 的休眠工具。JDK 版本是 1.6。但是,当我运行这个休眠工具时,它默认采用 jdk 1.4,正如您在代码中看到的那样。正因为如此,我收到了这个错误。
16 [main] INFO org.hibernate.cfg.Environment - Hibernate 3.3.1.GA
16 [main] INFO org.hibernate.cfg.Environment - hibernate.properties not found
32 [main] INFO org.hibernate.cfg.Environment - Bytecode provider name : javassist
32 [main] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
63 [main] INFO org.hibernate.cfg.Configuration - configuring from resource:
C:\Documents and Settings\lakhan\workspace\dpppbuild\dpp_core\build.xml:332: java.lang.UnsupportedClassVersionError: com/pyyyy/pccc/dtt/core/hibernate/DppppProductMatchesPK : Unsupported major.minor version 51.0
请帮我解决这个问题。我特别想知道如何将目标 jdk 从 1.4 更改为 1.6。我正在使用 build.xml 来执行这个休眠工具。