When start a WEB application connection to a dsn, I got following Exception:
Caused by: java.sql.SQLException: Problems with loading native library/missing methods: /opt/TimesTen/tt1122/lib/libttJdbcCS.so: ld.so.1: java: fatal: /opt/TimesTen/tt1122/lib/libttJdbcCS.so: wrong ELF class: ELFCLASS64(Possible cause: architecture word width mismatch)
My env:
tomcat 7.0.82
jdk 1.7.0_80(64bit)
TimesTen 11.2.2.2.0
According to the former post, I have to set -d64 option when start tomcat server.
Can anyone tell me how to set -d64 in tomcat?
Thanks for any help!
angkor