Hi-
I ran into some jdk version issues while trying to build the hibernate 2.1.7c jar. I tried building with jdk 1.3 on several machines, but kept getting this versioning error.
compile:
[javac] Compiling 380 source files to C:\usr\local\tools\hibernate\build\classes
[javac] C:\usr\local\tools\hibernate\src\net\sf\hibernate\cache\TreeCache.java:39: cannot access org.jboss.system.ServiceMBeanSupport
[javac] bad class file: C:\usr\local\tools\hibernate\lib\jboss-system.jar(org/jboss/system/ServiceMBeanSupport.class)
[javac] class file has wrong version 48.0, should be 47.0
[javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
[javac] if (cache==null) {
[javac] ^
[javac] 1 error
I downloaded and built 2.1.6 with jdk 1.3, so I will use that for now. Just thought I would point this out in case anyone else runs into this problem.
-Mark
|