Java1.5 with ATG6.4

View: New views
3 Messages — Rating Filter:   Alert me  

Java1.5 with ATG6.4

by jpjp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Trying to run ATG6.4.0 on the below java version

Dynamo 6.3.0 p3

java version "1.5.0_15"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)

Java HotSpot(TM) Server VM (build 1.5.0_15-b04, mixed mode)

java full version "1.5.0_15-b04"

Getting the below error while accesing the index page when trying to login..

Error getting compiled page
javac: target release 1.3 conflicts with default source release 1.5

Could you please let me know about resolving this issue.

Thanks in Advance

JP

Re: Java1.5 with ATG6.4

by Gustavo Recio :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Java1.5 with ATG6.4

by maha12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ATG  run with 1.5 you point your jre with 1.5 at config.and u have change 1.5 at configuration