Hi Simon, did you use the CVS version? I sent a patch last week for "merlin.sh" to run on Cygwin and IMHO Steve applied it.
Simon McClenahan wrote on Friday, November 14, 2003 6:26 PM: > Following the instructions at > http://avalon.apache.org/merlin/starting/installation.html , > I am getting an error validating my installation. As far as I > can tell, the bootstrap jar looks OK with the Merlin class in > it. I am using Cygwin. > > $ merlin.sh -help > RUN CMD IS: C:\j2sdk1.4.2_02/bin/java > -Djava.security.policy=/opt/merlin/bin/sec > urity.policy -Dmerlin.home=/opt/merlin > -Djava.ext.dirs=/opt/merlin/ext -jar /opt > /merlin/bin/lib/merlin-bootstrap-1.0.jar -help Exception in > thread "main" java.util.zip.ZipException: The system cannot > find th e path specified > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.<init>(ZipFile.java:112) > at java.util.jar.JarFile.<init>(JarFile.java:127) > at java.util.jar.JarFile.<init>(JarFile.java:65) Look at the paths. Although you're running on Cygwin, the JDK is still Windows-based and Merlin will not understand "/opt/merlin" as home at all, nor is "/opt/merlin/ext" something usefull. Regards, J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
