Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9307663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T00:26:33+00:00 2026-06-19T00:26:33+00:00

I am getting this error java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=map/CareMonths, offset=6 My Eclipse’s

  • 0

I am getting this error

java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=map/CareMonths, offset=6

My Eclipse’s Java compiler is set to 1.6 and my installed Java SDK in C:\Program Files is 1.6.0, but still I get this error when I install my app to Webshere Application Server V7.

What does offset=6 mean? I want to compile using Java 6 and Websphere 7 supports Java 6.

I do see that the JDK in the IBM directory where server is installed is Java 7. Is that what is causing this? ….but again my workspace’s Eclipse compiler is set to Java 1.6.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-19T00:26:34+00:00Added an answer on June 19, 2026 at 12:26 am

    WebSphere Application Server V7 does support Java Platform, Standard Edition (Java SE) 6 (see Specifications and API documentation in the Network Deployment (All operating systems), Version 7.0 Information Center) and it’s since the release V8.5 when Java 7 has been supported.

    I couldn’t find the Java 6 SDK documentation, and could only consult IBM JVM Messages in Java 7 Windows documentation. Alas, I couldn’t find the error message in the documentation either.

    Since java.lang.UnsupportedClassVersionError is “Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.”, you ran into an issue of building the application with more recent version of Java than the one supported by the runtime environment, i.e. WebSphere Application Server 7.0.

    I may be mistaken, but I think that offset=6 in the message is to let you know what position caused the incompatibility issue to occur. It’s irrelevant for you, for me, and for many other people, but some might find it useful, esp. when they generate bytecode themselves.

    Run the versionInfo command to find out about the Installed Features of WebSphere Application Server V7, e.g.

    C:\IBM\WebSphere\AppServer>.\bin\versionInfo.bat
    WVER0010I: Copyright (c) IBM Corporation 2002, 2005, 2008; All rights reserved.
    WVER0012I: VersionInfo reporter version 1.15.1.47, dated 10/18/11
    
    --------------------------------------------------------------------------------
    IBM WebSphere Product Installation Status Report
    --------------------------------------------------------------------------------
    
    Report at date and time February 19, 2013 8:07:20 AM EST
    
    Installation
    --------------------------------------------------------------------------------
    Product Directory        C:\IBM\WebSphere\AppServer
    Version Directory        C:\IBM\WebSphere\AppServer\properties\version
    DTD Directory            C:\IBM\WebSphere\AppServer\properties\version\dtd
    Log Directory            C:\ProgramData\IBM\Installation Manager\logs
    
    Product List
    --------------------------------------------------------------------------------
    BPMPC                    installed
    ND                       installed
    WBM                      installed
    
    Installed Product
    --------------------------------------------------------------------------------
    Name                  IBM Business Process Manager Advanced V8.0
    Version               8.0.1.0
    ID                    BPMPC
    Build Level           20121102-1733
    Build Date            11/2/12
    Package               com.ibm.bpm.ADV.V80_8.0.1000.20121102_2136
    Architecture          x86-64 (64 bit)
    Installed Features    Non-production
                          Business Process Manager Advanced - Client (always installed)
    Optional Languages    German
                          Russian
                          Korean
                          Brazilian Portuguese
                          Italian
                          French
                          Hungarian
                          Simplified Chinese
                          Spanish
                          Czech
                          Traditional Chinese
                          Japanese
                          Polish
                          Romanian
    
    Installed Product
    --------------------------------------------------------------------------------
    Name                  IBM WebSphere Application Server Network Deployment
    Version               8.0.0.5
    ID                    ND
    Build Level           cf051243.01
    Build Date            10/22/12
    Package               com.ibm.websphere.ND.v80_8.0.5.20121022_1902
    Architecture          x86-64 (64 bit)
    Installed Features    IBM 64-bit SDK for Java, Version 6
                          EJBDeploy tool for pre-EJB 3.0 modules
                          Embeddable EJB container
                          Sample applications
                          Stand-alone thin clients and resource adapters
    Optional Languages    German
                          Russian
                          Korean
                          Brazilian Portuguese
                          Italian
                          French
                          Hungarian
                          Simplified Chinese
                          Spanish
                          Czech
                          Traditional Chinese
                          Japanese
                          Polish
                          Romanian
    
    Installed Product
    --------------------------------------------------------------------------------
    Name                  IBM Business Monitor
    Version               8.0.1.0
    ID                    WBM
    Build Level           20121102-1733
    Build Date            11/2/12
    Package               com.ibm.websphere.MON.V80_8.0.1000.20121102_2222
    Architecture          x86-64 (64 bit)
    Optional Languages    German
                          Russian
                          Korean
                          Brazilian Portuguese
                          Italian
                          French
                          Hungarian
                          Simplified Chinese
                          Spanish
                          Czech
                          Traditional Chinese
                          Japanese
                          Polish
                          Romanian
    
    --------------------------------------------------------------------------------
    End Installation Status Report
    --------------------------------------------------------------------------------
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having this error in eclipes java.lang.UnsupportedClassVersionError: Bad version number in .class file .
I am getting this error: symbol : constructor JTable(float[][],java.lang.String[]) location: class javax.swing.JTable table =
I am getting this error when ever deploying my jsf application java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config at
I am getting this error: java.lang.ClassCastException: $Proxy0 cannot be cast to rmi.engine.Call at Main.main(Main.java:39)
Having big problems with Hibernate Validator Getting this error java.lang.IllegalStateException: Neither BindingResult nor plain
Iam getting this error on my log 07-06 06:22:07.419: ERROR/AndroidRuntime(2618): java.lang.SecurityException: SECURE PERMISSION: Neither
I am getting this error: Exception in thread main java.lang.OutOfMemoryError: Java heap space at
I'm simulating a overload of a server and I'm getting this error: java.lang.OutOfMemoryError: unable
I keep getting this error: java.lang.NoClassDefFoundError: org/apache/lucene/index/memory/MemoryIndex Is there any way i can go
I'm getting this error: java.lang.NullPointerException Exception details are logged in Window > Show View

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.