解压即可.应该有start数据库的批文件.

解决方案 »

  1.   

    是这个吗? startCS.bat
    cloudview 怎么打开呢?我要看数据库startCS.bat :
    @REM ---------------------------------------------------------
    @REM -- This batch file is an example of how to start the
    @REM -- Cloudscape server in the RmiJdbc framework
    @REM --
    @REM -- REQUIREMENTS: 
    @REM --  You must have the cloudscape jar files as well as the 
    @REM --   RmiJdbc class files in your classpath.
    @REM --
    @REM --  Check the setServerCloudscapeCP.bat file for an example of
    @REM --   what to set.
    @REM -- 
    @REM -- This file for use on Windows systems
    @REM ---------------------------------------------------------@REM ---------------------------------------------------------
    @REM -- start Cloudscape as an RmiJdbc server
    @REM ---------------------------------------------------------
    java -ms32M -mx32M RmiJdbc.RJJdbcServer COM.cloudscape.core.JDBCDriver@REM ---------------------------------------------------------
    @REM -- To use Microsoft's JView JVM, use the following command
    @REM ---------------------------------------------------------
    @REM -- jview RmiJdbc.RJJdbcServer COM.cloudscape.core.JDBCDriver
    @REM ---------------------------------------------------------
    @REM -- To use a different JVM with a different syntax, simply edit
    @REM -- this file
    @REM ---------------------------------------------------------
      

  2.   

    用J2EE自带的cloudscape.
    1 下载j2se1.3.1_02以上的jdk版本和j2sdkee.1.3.1这些软件可以到sun的网站上去找http://java.sun.com 
    并安装 jdk和j2ee。
    2 设置环境变量 set JAVA_HOME=D:j2sdk1.4.0_03
                  set J2EE_HOME=D:\j2sdkee1.3.13 下载 cloudview406.jar 和jh.jar 到  D:\j2sdkee1.3.1\lib\cloudscape
     
    ftp://ftp.software.ibm.com/software/data/cloudscape/free/cloudview406.jar
    ftp://ftp.software.ibm.com/software/data/cloudscape/free/jh.jar4 设置 classpath D:\j2sdkee1.3.1\lib\cloudscape\cloudclient.jar;D:\j2sdkee1.3.1\lib\cloudscape\cloudview.jar;D:\j2sdkee1.3.1\lib\cloudscape\RmiJdbc.jar;D:\j2sdkee1.3.1\lib\cloudscape\cloudview406.jar;D:\j2sdkee1.3.1\lib\cloudscape\jh.jar
    5 启动J2EE 
    在命令窗口打 C:\>java COM.cloudscape.tools.cview
    OK
      

  3.   

    用J2EE自带的cloudscape.  
    1  下载j2se1.3.1_02以上的jdk版本和j2sdkee.1.3.1这些软件可以到sun的网站上去找http://java.sun.com    
    并安装  jdk和j2ee。  
    2  设置环境变量  set  JAVA_HOME=D:j2sdk1.4.0_03  
                               set  J2EE_HOME=D:\j2sdkee1.3.1  
     
    3  下载  cloudview406.jar  和jh.jar  到    D:\j2sdkee1.3.1\lib\cloudscape  
       
    ftp://ftp.software.ibm.com/software/data/cloudscape/free/cloudview406.jar  
    ftp://ftp.software.ibm.com/software/data/cloudscape/free/jh.jar  
     
    4  设置  classpath    
     
    D:\j2sdkee1.3.1\lib\cloudscape\cloudclient.jar;D:\j2sdkee1.3.1\lib\cloudscape\cloudview.jar;D:\j2sdkee1.3.1\lib\cloudscape\RmiJdbc.jar;D:\j2sdkee1.3.1\lib\cloudscape\cloudview406.jar;D:\j2sdkee1.3.1\lib\cloudscape\jh.jar  
     
     
    5  启动J2EE    
    在命令窗口打  C:\  >java  COM.cloudscape.tools.cview  
     
     
    OK  
     
      

  4.   

    1. 增加CLOUDSCAPE_INSTALL环境变量。比如虫虫的是解压到d:\cloudscape,那么
     就设置成d:\cloudscape2. 修改Classpath环境变量。增加三个路径:
      %CLOUDSCAPE_INSTALL%\lib\cloudscape.jar;
      %CLOUDSCAPE_INSTALL%\lib\tools.jar;
      %CLOUDSCAPE_INSTALL%\demo\programs\tours;3. 执行 java COM.cloudscape.tools.cview,应该就可以运行了