Hi Gary, I have never run Max OSX. I've just done a google search for "mac tools.jar" and found:
http://developer.apple.com/documentation/Java/Conceptual/Java141Developm ent/Development_Tools/chapter_3_section_1.html I've also found: " The problem is caused by the differences between the Sun distribution of JDK 1.4.1 and the distribution present on Mac OS X, more precisely the fact that in the OS X java the contents of the tools.jar are actually included in the classes.jar file and are always present in the classpath." So it seems we may need to improve our scripts/code to make tools.jar optional (at least for mac). Patches welcome... Maybe a work around is to create a copy of classes.jar and name it tools.jar? Thanks -Vincent > -----Original Message----- > From: Gary Hardy [mailto:[EMAIL PROTECTED] > Sent: 13 October 2003 22:46 > To: [EMAIL PROTECTED] > Subject: [cactus] Couldn't find tools.jar (needed for JSP compilation) > > I�m trying to use cactus under Mac OSX. There is no tools.jar (bug I�d > say) > with java 1.4.1 under OSX ... guess it�s imbedded in other jars. > I�ve tried placing tools.jar in various directories and <pathelement>s > with > no luck. Suggestions? > Thanks. > gary... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
