From what I can tell, JIKESPATH is used by jikes which was an
alternative java compiler. (a long time ago). I believe this is unused
(even in tomcat6) - so i assume it can probably go.
But I don't have a mac, so its just a wild guess.
-Tim
On 6/8/2010 3:33 PM, Mark Thomas wrote:
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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org