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

  • Home
  • SEARCH
  • 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 6571059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:50:03+00:00 2026-05-25T14:50:03+00:00

In our Java program we receive an Erlang tuple and extract it in OtpErlangTuple

  • 0

In our Java program we receive an Erlang tuple and extract it in OtpErlangTuple. One of the elements of the tuple should be a string but can be empty. When it is empty, its value is [] – the Erlang way of representing an empty list.

My question is how to check if the element is empty so to cast it to a OtpErlangString?

As it is now (OtpErlangString)messageData.elementAt(2), the following exception is raised:

class java.lang.ClassCastException
, 'com.ericsson.otp.erlang.OtpErlangList cannot be cast to com.ericsson.otp.erla
ng.OtpErlangString'

Thanks,

Martin

  • 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-25T14:50:04+00:00Added an answer on May 25, 2026 at 2:50 pm

    Check if it is equal to [] and do a specific operation if so:

    OtpErlangString convertedString;
    if(messageData.elementAt(2).toString().equals("[]")) {
        // do something assigning some value to convertedString
    } else {
        convertedString = (OtpErlangString) messageData.elementAt(2);
    }
    

    You can handle this case the way you want depending on how you then manage those OtpErlangString

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

Sidebar

Related Questions

Our main program is in java but the code that extracts our data from
We've developed a Java standalone program. We've configured in our Linux (RedHat ES 4)
In our project the Java webservice communicate with the backend program written in C
On one of our Java application screens, we want to display data loaded from
Due to repetitive errors with one of our Java applications: Engine engine_0: Error in
We have a Java program run as root on Unix, that therefore can read
I have a Java program that uses reflection to find and invoke the main(String[]
I wrote a program in Java 6.0, but it turns out that some of
Our Java instructor always asks us to prove that Every java program is Object
A customer cannot run our Java program. The shortcut executes a 32-bit copy of

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.