Re: Java1.5 with ATG6.4
Hi,
look in the
/atg/dynamo/Configuration component. You should see a property 'compileCommand' with a value of 'javac -target 1.3 -classpath {1} -d {2} {0}'.
Try changing the target 1.3 to 1.5 or 5 (I'm not sure about the actual value to set when refering to Java 5).
Anyway changing this is pretty dangerous. You should try better to install the 1.3 JDK, if it is possible in your environment.
I hope this helps,
Gustavo