• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

bad major version at offset=6

 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have built the project on eclipse with JDK compliance level 5.0 and then deployed it on WebSphere which is having 1.5 compatible JVM (IBM J9 VM).

There is spring-hibernate as a part of this project. When WebSphere is started, I get the following exception -



If I use IBM jdk to compile the project, it works fine.

Are Sun and IBM JVM's not inter-compatible? Any idea how to take care of such problem?
 
reply
    Bookmark Topic Watch Topic
  • New Topic