1
10godina
When I try to use:
float f = Float.MIN_VALUE; or
System.out.println(Float.MIN_VALUE);
I get:
Exception in thread "main" java.lang.Error: Unresolved compilation
problems:
Float.MIN_VALUE cannot be resolved
Why? I use jre1.5.0_12. According to java api it should be ok:
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Float.html
float f = Float.MIN_VALUE; or
System.out.println(Float.MIN_VALUE);
I get:
Exception in thread "main" java.lang.Error: Unresolved compilation
problems:
Float.MIN_VALUE cannot be resolved
Why? I use jre1.5.0_12. According to java api it should be ok:
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Float.html