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 6344209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T20:35:29+00:00 2026-05-24T20:35:29+00:00

I am getting the runtime error Exception in thread main java.lang.ClassCastException: m.compiler.datatypes.Int cannot be

  • 0

I am getting the runtime error Exception in thread "main" java.lang.ClassCastException: m.compiler.datatypes.Int cannot be cast to java.lang.Integer

Here are the code snippets:

public abstract class DataType<E> {
protected E value;
...
}

And here the class Int:

public class Int extends DataType<Integer> {

@Override
public DataType<Integer> compare(DataType<Integer> other) {
    if(value > other.value) //here the exception is thrown
        return new Int(1);
    if (value < other.value)
        return new Int(-1);
    return new Int(0);
}

}

actual call:

        if(lValue instanceof Int) {
            Int lInt = (Int) lValue;
            Int result = (Int) lInt.compare(rInt);

if i print the values inside compare the values are right, but even if i check with

other.value.getClass()

i get the exception. compiler has no error and no warnings.

  • 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-05-24T20:35:30+00:00Added an answer on May 24, 2026 at 8:35 pm

    At some point, you must have assigned an Int to value… And there should have been a warning about that. Can you make value final?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to launch VB application from Java, but I'm getting runtime error: Exception
Help! I'm getting this error when trying to connect using JAX-WS webservice call: java.lang.NoClassDefFoundError:
I am getting a runtime error 13 at the end of the following code:
I'm getting an exception in a c# project: System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class
I am getting the following error at runtime for my MVC3 application with FluentNHibernate
I'm getting the dreaded Microsoft JScript runtime error: 'Sys' is undefined error while trying
I'm having this error in eclipes java.lang.UnsupportedClassVersionError: Bad version number in .class file .
I getting the following error when I try to connect to my server app
I'm currently writing a JNI project where I'm getting the following error log when
I am getting the following error when I try to access access Velocity template

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.