installation
Saturday, 23 August 2008 12:17
administrator
installing benerator
- download the lastest version of databene benerator at the download page
- unzip the downloaded file into a directory. Create an environment variable BENERATOR_HOME that points to this path.
- if you want to use a database, download the jdbc driver appropriate for your database and put it into a directory, e.g. root/lib
- edit the file root/benerator_common[.bat] and add the necessary file to the classpath setup
- under Unix/Linux/Mac, open a shell and call chmod a+x bin/*.sh
set LOCALCLASSPATH=%LOCALCLASSPATH%;lib\mydriver.jar
Last Updated ( Saturday, 23 August 2008 12:18 )