Useing Float and Double with KVM

Hello,I tried to use float/double variables in KVMs programs.It did not work.would anyone show me how to use this types at KVM programs? I NEED to use double variable for calculating things.Thanks.
[246 byte] By [lesner] at [2007-9-26 4:33:41]
# 1
You've to re-introduce corresponding API (java.lang.Double etc.) to reimplement operator, uselong format and compile with FLOAT_ENABLE option activated.It works fine.
logbord at 2007-6-29 17:49:20 > top of Java-index,Java Mobility Forums,Java ME Technologies...