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,

[720 byte] By [athermughala] at [2007-11-27 8:03:12]
# 1

Goodness! This is the very reason I switched from SJSC2 to Netbeans 5xx about a year ago! I thought by now the server issue (only allowed 8x then) and the JDK version would be taken care of by now. Tough eih?

In Netbeans 5.5.1, you can attach the Sun Java System Application Server 9 (update 3 if you wish) and use JDK source 6 (with Update 1 if you wish), hassle-free. Depending at the stage you are at development-wise, you may want to consider experimenting, but probably wait for a few more responses as there may be a quick fix to your issue.

drMohsenMadia at 2007-7-12 19:45:19 > top of Java-index,Development Tools,Java Tools...
# 2
Hi,If you find any bugs or unsupported issues in JSC2 don't expect any fixes since Sun is not working on it any more. Instead switch to NetBeans VisualWebPack.regards,dr.am.mohan rao
Madana at 2007-7-12 19:45:19 > top of Java-index,Development Tools,Java Tools...