I have JAVA_HOME set to the java 1.5.1 and when I type echo $JAVA_HOME it shows this. I've put in a settings file settings.xml to set the jdk to 1.5 also.
It compiles and says it can't do generics using 1.3, to do a /Users/woo/Development/workspaces/Qworkspace/Foundation/src/com/areteq/common/HashMapHandler.java:[11,26] generics are not supported in -source 1.3 (try -source 1.5 to enable generics) public abstract HashMap<String, HashMapData> getHashMapData(); Where do I put this -source 1.5. I've tried settings.xml, profiles, etc. It would help if the error somehow mention where and how to set this.
