On 08/06/2010 18:14, Tim Funk wrote:
> Is this needed anymore in setclasspath.sh ?
Works for me with that commented out.
Mark
>
> # OSX hack to CLASSPATH
> JIKESPATH=
> if [ `uname -s` = "Darwin" ]; then
>
> OSXHACK="/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Classes"
>
> if [ -d "$OSXHACK" ]; then
> for i in "$OSXHACK"/*.jar; do
> JIKESPATH="$JIKESPATH":"$i"
> done
> fi
> fi
>
>
> -Tim
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|