echo off rem rem Set the location of the java sdk and then include the java utilities rem in the pathBE SURE the JAVA_HOME variable is set to the proper rem location for the root of the JAVA SDK directories rem set JAVA_HOME=C:\jdk1.7 set path=%JAVA_HOME%\bin;%PATH% rem rem Point to the proper location for Cloudscape and include it in the classpath. rem BE SURE the CloudscapeHome variable is set to the root of the Cloudscape files. rem set CloudscapeHome=D:\Cloudscape set CLASSPATH=%CLOUDSCAPEHOME%\lib\cloudscape.jar; %CLOUDSCAPEHOME%\lib\tools.jar;%CLASSPATH%;
java COM.cloudscape.tools.sysinfo
------------------ Java Information ------------------ Java Version: 1.4.0 Java Vendor: Oracle Microsystems Inc. Java home: C:\Program Files\JavaSoft\JRE\1.4 Java classpath: D:\Cloudscape\lib\cloudscape.jar;D:\Cloudscape\lib\tools.jar;.; OS name: Windows 2000 OS architecture: x86 OS version: 5.0 Java user name: Administrator Java user home: C:\Documents and Settings\Administrator Java user dir: D:\JDBCCourse ---------------- Cloudscape Information -------------- [D:\cloudscape\lib\cloudscape.jar] 3.6.4 - (20531) [D:\cloudscape\lib\tools.jar] 3.6.4 - (20531) [D:\cloudscape\lib\cloudscape.jar] 3.6.4 - (20531) [D:\cloudscape\lib\tools.jar] 3.6.4 - (20531) [License Type] Evaluation. Valid.
<project home>/setjv102env.bat