Code Search for Developers
 
 
  

setEmbeddedCP.bat from CSDerby at Krugle


Show setEmbeddedCP.bat syntax highlighted

@REM ---------------------------------------------------------
@REM -- This batch file sets the CLASSPATH environment variable
@REM -- for use with Derby products in embedded mode
@REM --
@REM -- To use this script from other locations, change the 
@REM -- value assigned to DERBY_INSTALL to be an absolute path 
@REM -- (set DERBY_INSTALL=C:\derby) instead of the current relative path
@REM --
@REM -- This file for use on Windows systems
@REM -- 
@REM ---------------------------------------------------------

rem set DERBY_INSTALL=

FOR %%X in ("%DERBY_INSTALL%") DO SET DERBY_INSTALL=%%~sX

set CLASSPATH=%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar;%CLASSPATH%




See more files for this project here

CSDerby

CSDerby is not CloudScape-Derby(for Java) but rather Derby forked/ported to CSharp. Specifically it is intended to be a native c# Embedded DB for the mono/net platform with the ADO.NET API instead of the JDBC API.

Project homepage: http://sourceforge.net/projects/csharpderbyport
Programming language(s): Java,SQL
License: apache20

  dblook.bat
  dblook.ksh
  ij.bat
  ij.ksh
  setEmbeddedCP.bat
  setEmbeddedCP.ksh
  sysinfo.bat
  sysinfo.ksh