0

I am trying to run a Java application that two other colleagues can run without issue. The application reads an excel file, places it in tables in Access and compares. I was originally getting

java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Undefined function 'replace' in expression.

but I fixed that issue by upgrading Microsoft Access Driver version 12.x to version 14.x.

My question is, is it possible to get the following error because of a similar issue? Meaning since we know the code is OK, do I need an upgraded version of something?

java.lang.NumberFormatException: multiple points

Here is an example of a place that throws the error

variterrhourlyrate = (Double.valueOf(sbHourlyRate.toString())).doubleValue();
3
  • It sounds like a data issue. Commented Jul 24, 2017 at 15:45
  • It sounds to me like a localization issue. What is sbHourlyRate.getClass().getName()? Commented Jul 24, 2017 at 16:11
  • Possible duplicate of What is a NumberFormatException and how can I fix it? Commented Jul 27, 2017 at 9:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.