i work in eclipse with all latest versions. for some strange reason the classname gets marked red when i use either one of the following lines:
float x = 0.54f;
double x = 0.54;
it says "Error preverifying class" - and nothing more.
and, with one of these:
float x = 0.0f;
double x = 0;
it says "Error preverifying class: VERIFIER ERROR [location]: Floating point result not allowed"
i am totally lost on this one...
thanks,
oliver

Reply With Quote

