Re: Problem using export command

2003-12-25 Thread Brian Dessent
Anjali Bharat Shah wrote: > > Hi Brian, Please keep replies to the list and not to me directly. > 1)Your CLASSPATH contains a directory with a space in it, probably > > \Program Files. You'll need to quote it so that the shell sees it all > > as one word. > Can you please show how to use quot

Re: Problem using export command

2003-12-25 Thread Brian Dessent
Anjali Bharat Shah wrote: > export LD_LIBRARY_PATH=$REI_HOME/lib > export CLASSPATH=$CLASSPATH:$CP:$REI_HOME/classes:. > > rm $REI_HOME/classes/*.class > $JAVA_HOME/javac -d classes $REI_HOME/src/*.java > $JAVA_HOME/java ReiEngine $REI_HOME/config.xml > > This file runs without problems in Lin

Problem using export command

2003-12-25 Thread Anjali Bharat Shah
Hi, I have a file in which I do the following: export LD_LIBRARY_PATH=$REI_HOME/lib export CLASSPATH=$CLASSPATH:$CP:$REI_HOME/classes:. rm $REI_HOME/classes/*.class $JAVA_HOME/javac -d classes $REI_HOME/src/*.java $JAVA_HOME/java ReiEngine $REI_HOME/config.xml This file runs without problems