On Thu, Jul 06, 2000 at 09:36:21AM -0400, Serge Knystautas wrote:
> Date: Thu, 06 Jul 2000 09:36:21 -0400
> From: Serge Knystautas <[EMAIL PROTECTED]>
> X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U)
> To: Java Apache Mail Server <[EMAIL PROTECTED]>
> Subject: Re: Avalon
> Reply-To: "Java Apache Mail Server" <[EMAIL PROTECTED]>
>
<snip>
> Hopefully there are enough clues to get it running (or to the next
> problem).
>
> Serge Knystautas
> Loki Technologies
> http://www.lokitech.com/
>
This should help -->
-------- copy from here -------
#!/bin/sh
echo
echo "Avalon runner"
echo
if [ "$JAVA_HOME" = "" ] ; then
echo "ERROR: JAVA_HOME not found in your environment."
echo
echo "Please, set the JAVA_HOME variable in your environment to match the"
echo "location of the Java Virtual Machine you want to use."
exit 1
fi
LOCAL_CLASSPATH=Loader.jar:../lib/AvalonAware.jar:../lib/xerces_1_1_1.jar:../lib/mail_1_1_3.jar:../lib/activation.jar
$JAVA_HOME/bin/java -cp $CLASSPATH:$LOCAL_CLASSPATH org.apache.avalon.loader.Main
-------- copy till here ------
Bye.
Gautam
--
If the designers of X-window built cars, there would be no fewer than five
steering wheels hidden about the cockpit, none of which followed the same
prinicples -- but you'd be able to shift gears with your car stereo. Useful
feature, that.
-- From the programming notebooks of a heretic, 1990.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/>
Problems?: [EMAIL PROTECTED]