cancel
Showing results for 
Search instead for 
Did you mean: 

Build error in MSS track- java.math.BigDecimal

Former Member
0 Kudos

Hi All,

Environment: NWDI with MSS, SAPPCUI_GP components added in track

We are getting build errors when i sync sources.

Error:

[javac] ERROR: C:\Users\nazeer.syed\.dtc\0\DCs\sap.com\pcui_gp\oadp\_comp\src\packages\com\sap\xss\ser\oadp\java\internal\OADPUtils.java:185: compareTo(java.math.BigDecimal) in java.math.BigDecimal cannot be applied to (java.lang.Object)

[javac] ERROR: return (((BigDecimal)contentValue).compareTo(filterValue) == 0);

[javac] ERROR:

How to overcome this error to make the build successfully?

Please share your inputs.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

is filterValue a variable of type BigDecimal?

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

fyi I have moved your question to Java Programming forum as I believe this is rather a programming issue than one related to NWDI.

Regards,

Ervin

Former Member
0 Kudos

changed the JDK version from JDK1.4.2_12 to JDK 1.4.2_19 version. Issue with the correct jDK version to be used

Thanks