java me - Float or double on Blackberry? -


can use double or float on blackberry?

if so, in os version or hardware model?

edit: believe answers here, something else must problem.

apparently floating point doesn't work on versions of blackberry; see comments.

bow, if j2me device implements cldc 1.0 profile, manufacturer not required include support floating point arithmetic in platform: see

http://cmer.cis.uoguelph.ca/cs1cs3/slides.ppt

in cldc 1.1, floating point support mandatory.


in comments on other questions, blackberry cldc 1.1.

if blackberry's floating point support doesn't work , claims implement cldc 1.1, that's either bug in execution platform or build tool-chain, or problem way using tool-chain. (i don't develop j2me stuff, can't more specific.)


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -