: The older version of Jetty that we are using requires the JDK version, : not the JRE version of 'java' so it can compile JSPs via javac. Maybe : that's be the problem? Try typing the full path to the java : executable to verify.
Perhaps ... but this seems like an awfully strnage exception to get if the problem were that it can't find the compiler... : > error: error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib; : > java.util.zip.ZipException: error in opening zip file ...he said that /usr/local/lib/libsvnjavahl-1.0.0.0.dylib did in fact exist. (I would expect a class not found or an attempt at opening a file that doesn't exist in the other case) I don't really know much about Java on Macs, or what a "dylib" file is ... but the exception seems to indicate that it's expecting to find a Zip file (possible a jar?) Ross: does "unzip -l" or "jar tf" on /usr/local/lib/libsvnjavahl-1.0.0.0.dylib work for you? -Hoss