|
这个……
这个你用其它的也可以只是麻烦点了,要做一些软链接什么的
不过DB2CC IN DB2 V 71只是支持JVM 118 AND JVM 13的版本的以下是IBM的原话:
Installing the IBM Developer Kit for Java
This section gives you quick and dirty instructions on how to install the IBM Developer Kit for Java, version 1.1.8 or 1.3. You need the IBM Developer Kit for Java to run the DB2 Control Center or Java applications or applets that connect to DB2. Note that these instructions are not meant to replace the documentation supplied with the IBM Developer Kit for Java.
Warning
For DB2 Version 7.1, you cannot use other versions of Java. Versions of the Java Virtual Machine (JVM) supplied by other software organizations are not supported.
你可以去WWW.ibm.com/java/jdk/118
下去找找……
关于JRE的软链接是这样的
在JDK 118中有一个JRE的目录但到了JDK13后这个就被放弃了
所以在用到JDK13时因为DB2CC中用到了有关JRE的环境所以我们
就要做一个LN将/JAVA目录来替代OR虚拟下JRE目录
所以…… |
|