请参见 Migrating IBM Cloudscape 以获得 Cloudscape V5.1 和 Cloudscape V10 之间的完整变化列表。
您可以从 Cloudscape 获得新的 Version 10 JAR。
在 WebSphere Application Server V6 环境中安装 Cloudscape V10
要在 WebSphere Application Server V6 环境中安装 Cloudscape V10,请执行以下操作:
将所提供的 derbyInstall.zip 下载文件解压缩到 WAS_HOME 目录中(其中安装了 WebSphere Application Server,例如 c:\Program Files\WebSphere\AppServer),步骤如下:
将 derbyInstall.zip 文件复制到 ${WAS_HOME}。
输入命令 cd ${WAS_HOME}。
解压缩 derbyInstall.zip。
将 Cloudscape V10 JAR 文件下载到 ${WAS_HOME}\derby\lib,步骤如下:
Locale 文件放入 ${WAS_HOME}\derby\lib\locales。
db2jcc.jar 放入 ${WAS_HOME}\derby\lib\otherJars。
derbytools.jar、derby.jar、derbynet.jar 和 db2jcc_license_c.jar 放入 ${WAS_HOME}\derby\lib。
修改 ${WAS_HOME}\bin\setupCmdLine.bat/sh 并添加:
对于 Windows®:SET DERBY_HOME=%WAS_HOME%\derby。
对于 UNIX® 或 Linux®:DERBY_HOME="$WAS_HOME"/derby。
最终的目录结构应如图 1 所示。
图 1. Derby 目录结构

