You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Bryan Pendleton <bp...@amberpoint.com> on 2008/02/02 16:29:31 UTC

Re: "ij" doesn't work

lando wrote:
> lando@Lando-917e83357:~$ ij
> Error: DERBY_HOME is not set. Please set the DERBY_HOME environment 
> variable
> to the location of your Derby installation.
> 
> What does it mean...? I 've set the DERBY_HOME PATH..in my linux 
> environment /home/lando/.bashrc
> Many thanks .
>  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> 
> PATH=$PATH:/home/lando/jdk1.6.0_03/bin;
> DERBY_HOME=/home/lando/javadb;
> PATH=$PATH:$DERBY_HOME/bin;
> CLASSPATH=$CLASSPATH:$DERBY_HOME/lib/*.jar;

Try taking the trailing semicolon out of your DERBY_HOME setting.

thanks,

bryan