JSC2: Source level problem
Dear members,
I am trying to complete this code in JSC1:
public Map<String, Object> listBoxMap;
and i am getting following compilation error
generics are not supported in -source 1.4
(try -source 1.5 to enable generics)
i tried to change the source level in project.property file from 1.4 to 1.5 but when i restart IDE; it recognize the change and set it back to 1.4.
I searched on forums as well to find out the solution of this problem and came across a statement that JSC2 does not support source level 1.5 but the post was actually posted back in July 2006.
Does anybody know the solution of this problem or has SUN fixed this problem ?
Regards,

