Technote (FAQ) Question This document provides troubleshooting information for the situation where your Java application receives SQL1131 or another SQL error after applying v8.1 FixPak 13 on a linux® 64-bit DB2® instance. Cause Support for 32-bit jdks in 64-bit DB2 instances removed as of v8.1 FixPak 13. Answer Install a 64-bit jdk for use with the 64-bit DB2 instance or do not ap...
系统为linux 64位,先安装了32位的java,然后再安装64位,结果出现问题: 下载的是.bin文件,然后执行./bin,出现文件冲突问题,例: file /usr/java/jdk1.5.0_15/jre/bin/keytool from install of jdk-1.5.0_15-fcs conflicts with file from package jdk-1.5.0_15-fc file /usr/java/jdk1.5.0_15/jre/bin/k from install of jdk-1.5.0_15-fcs conflicts with file from package jdk-1.5.0_15-fc ...... 然后在最后生成了一个rpm...